Crawler, bruteforce directory, bruteforce login
-u Specify url
-u "https://example.com/"
-w Wordlist
-w /usr/share/wordlists/rockyou.txt
-s Option to scan subdomains
-e Export the results on a txt, put the name of the file
-c Option to crawl
-b Option for bruteforcing a login page
git clone https://github.com/Hamibubu/buweb.git
Install the requirements.txt
pip3 install -r requirements.txt
Run it
Example
python3 Buweb.py -u "http://domain.com/" -c