BlackWidow
v1.3 by @xer0dayz

Blackwidow是一個基於Python的Web應用程序蜘蛛,可從目標網站收集子域,URL,動態參數,電子郵件地址和電話號碼。該項目還包括Inject-X Fuzzer,以掃描動態URL的常見OWASP漏洞。
sudo bash install.sh
blackwidow -u https://target.com - crawl target.com with 3 levels of depth.
blackwidow -d target.com -l 5 -v y - crawl the domain: target.com with 5 levels of depth with verbose logging enabled.
blackwidow -d target.com -l 5 -c 'test=test' - crawl the domain: target.com with 5 levels of depth using the cookie 'test=test'
blackwidow -d target.com -l 5 -s y -v y - crawl the domain: target.com with 5 levels of depth and fuzz all unique parameters for OWASP vulnerabilities with verbose logging on.
injectx.py -u https://test.com/uers.php?user=1&admin=true -v y - Fuzz all GET parameters for common OWASP vulnerabilities with verbose logging enabled.

git clone https://github.com/1N3/BlackWidow.git
cd BlackWidow
docker build -t blackwidow .
docker run -it blackwidow # Defaults to --help
只要項目名稱“ BlackWidow”,歸功於作者“ Xer0dayz”和網站URL“ https://sn1persecurity.com”,您就可以修改並重新分佈此軟件。這樣做將違反許可協議,並發出撤銷通知。
該計劃僅用於教育和道德目的。對於使用此程序造成的任何損害,我不承擔任何責任。通過下載和使用此軟件,您同意您對任何損害和責任承擔全部責任。