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:
pip install -r requirements.txt python setup.py install --user Scan a website:
$ webtech -u https://example.com/ Target URL: https://example.com 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
