
वेबसाइटों पर उपयोग की जाने वाली तकनीकों की पहचान करें।
वेबसाइटों पर उपयोग की जाने वाली तकनीकों की पहचान करें। रिलीज़ के ब्लॉगपोस्ट पर अधिक जानकारी।
WebTech pip पर उपलब्ध है:
pip install webtech
इसे setup.py के माध्यम से भी स्थापित किया जा सकता है:
python setup.py install --user
Jython 2.7.0 स्टैंडअलोन डाउनलोड करें और इसे Burp में स्थापित करें।
"Extender" > "Options" > "Python Environment" में:
अंत में, "Extender" > "Extension" में:
Burp-WebTech.py फ़ाइल चुनेंकिसी वेबसाइट को स्कैन करें:
$ webtech -u https://example.com/
Target URL: https://example.com
...
$ webtech -u file://response.txt
Target URL:
...
पूर्ण उपयोग:
$ 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")
अधिक उदाहरणों के लिए webtech_example.py देखें।
HTTP हेडर जानकारी - http://netinfo.link/http/headers.html
कुकी नाम - https://webcookies.org/top-cookie-names