Skip to content

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

License

Notifications You must be signed in to change notification settings

veenasnair18/webtech

 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%