mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-04-26 18:49:08 -04:00
425 B
425 B
Password
Brute-force password cracking with Hydra
- Download Hydra and install it:
$ ./configure
$ make
$ make install
-
Check with Burp what's the auth type (e.g. use FoxyProxy to proxy to localhost:8080 so burp can intercept it).
-
Run hydra with wordlists (and username lists). Example:
$ hydra -l <username> -P <password-list> -V <server> <service>