
BlackWidow – A Python based web application scanner to gather OSINT and fuzz for OWASP vulnerabilities on a target website.
BlackWidow is a python based web application spider to gather subdomains, URL’s, dynamic parameters, email addresses and phone numbers from a target website. This project also includes Inject-X fuzzer to scan dynamic URL’s for common OWASP vulnerabilities.
FEATURES:
+ Automatically collect all URL’s from a target website
+ Automatically collect all dynamic URL’s and parameters from a target website
+ Automatically collect all subdomains from a target website
+ Automatically collect all phone numbers from a target website
+ Automatically collect all email addresses from a target website
+ Automatically collect all form URL’s from a target website
+ Automatically scan/fuzz for common OWASP TOP vulnerabilities
+ Automatically saves all data into sorted text files
Dependencies:
+ Python 2.7.x
Usage:
1 2 3 |
git clone https://github.com/1N3/BlackWidow && cd BlackWidow pip install -r requirements.txt ./blackwidow --help |
Source: https://github.com/1N3