/webtech

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

Primary LanguagePythonGNU Lesser General Public License v3.0LGPL-3.0

webtech

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

Codacy Badge CircleCI

Installation

WebTech is available on pip:

pip install webtech

It can be also installed via setup.py:

pip install -r requirements.txt
python setup.py install --user

Usage

Webtech Interface

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

Burp Integration

Download Jython 2.7.0 standalone and install it into Burp.

In "Extender" > "Options" > "Python Environment":

Select the Jython jar location

Finally, in "Extender" > "Extension":

Click "Add"
Select "py" or "Python" as extension format
Select the Burp-WebTech.py file in this folder

PRs are highly appreciated !!! Read Guidelines for making a PR.

Inspired by webtech