
Identifica le tecnologie utilizzate sui siti web.
Identifica le tecnologie utilizzate nei siti web. Maggiori informazioni nel blog post del rilascio.
WebTech è disponibile su pip:
pip install webtech
Può essere anche installato tramite setup.py:
python setup.py install --user
Scarica Jython 2.7.0 standalone e installalo in Burp.
In "Extender" > "Options" > "Python Environment":
Infine, in "Extender" > "Extension":
Burp-WebTech.py in questa cartellaScansiona un sito web:
$ webtech -u https://example.com/
Target URL: https://example.com
...
$ webtech -u file://response.txt
Target URL:
...
Utilizzo completo:
$ webtech -h
Usage: webtech [options]
Options:
-h, --help show this help message and exit
-u URLS, --urls=URLS url(s) to scan
--ul=URLS_FILE, --urls-file=URLS_FILE
url(s) list file to scan
--ua=USER_AGENT, --user-agent=USER_AGENT
use this user agent
--rua, --random-user-agent
use a random user agent
--db=DB_FILE, --database-file=DB_FILE
custom database file
--oj, --json output json-encoded report
--og, --grep output grepable report
--udb, --update-db force update of remote db files
import webtech
# you can use options, same as from the command line
wt = webtech.WebTech(options={'json': True})
# scan a single website
try:
report = wt.start_from_url('https://shielder.it')
print(report)
except webtech.utils.ConnectionException:
print("Connection error")
Per ulteriori esempi, vedi webtech_example.py.
Informazioni sugli header HTTP - http://netinfo.link/http/headers.html
Nomi dei cookie - https://webcookies.org/top-cookie-names