/webtech

Identify the technologies used on websites. (Dig-deep into web tech from your terminal)

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

webtech

Identify the technologies used on websites. (Dig-deep into web tech from your terminal)

WebTech is available on pip:

pip install webtech

It can be also installed via setup.py:

python setup.py install --user

Usage

Scan a website:

$ webtech -u https://example.com/

Target URL: https://example.com

Resources for database matching

HTTP Headers information - http://netinfo.link/http/headers.html
Cookie names - https://webcookies.org/top-cookie-names

Good Luck !!