
Identifizieren Sie Technologien, die auf Websites verwendet werden.
Technologien identifizieren, die auf Websites verwendet werden. Weitere Informationen im Blogpost zur Veröffentlichung.
WebTech ist über pip verfügbar:
pip install webtech
Es kann auch über setup.py installiert werden:
python setup.py install --user
Laden Sie Jython 2.7.0 Standalone herunter und installieren Sie es in Burp.
Unter "Extender" > "Options" > "Python Environment":
Schließlich unter "Extender" > "Extension":
Burp-WebTech.py in diesem OrdnerEine Website scannen:
$ webtech -u https://example.com/
Target URL: https://example.com
...
$ webtech -u file://response.txt
Target URL:
...
Vollständige Verwendung:
$ 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")
Weitere Beispiele finden Sie in webtech_example.py.
HTTP-Header-Informationen - http://netinfo.link/http/headers.html
Cookie-Namen - https://webcookies.org/top-cookie-names