
Identifier les technologies utilisées sur les sites web.
Identifiez les technologies utilisées sur les sites web. Plus d'informations sur le blog de la version.
WebTech est disponible sur pip :
pip install webtech
Il peut également être installé via setup.py :
python setup.py install --user
Téléchargez Jython 2.7.0 standalone et installez-le dans Burp.
Dans "Extender" > "Options" > "Python Environment" :
Enfin, dans "Extender" > "Extension" :
Burp-WebTech.py dans ce dossierAnalysez un site web :
$ webtech -u https://example.com/
Target URL: https://example.com
...
$ webtech -u file://response.txt
Target URL:
...
Utilisation complète :
$ 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://shieder.it')
print(report)
except webtech.utils.ConnectionException:
print("Connection error")
Pour plus d'exemples, consultez webtech_example.py.
Informations sur les en-têtes HTTP - http://netinfo.link/http/headers.html
Noms de cookies - https://webcookies.org/top-cookie-names