Skip to content

kaiiyer/webtech

Repository files navigation

webtech

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

Codacy Badge python-lint CircleCI GitHub top language Only 32 Kb GitHub issues GitHub pull-requests GitHub contributors Last Commit on GitHub GitHub forks GitHub stars GitHub watchers

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

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

Read info about burp for more information about Burpsuite.

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

Inspired by webtech