/buweb

Crawler, bruteforce directory, bruteforce login

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

buweb

Crawler, bruteforce directory, bruteforce login

¿How to use it?

-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

How to install

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