Credential Access
Hydra
Fast online network login brute-forcer.
credentialsbrute-force
hydra — terminal
$ hydra -l admin -P passwords.txt ssh://10.0.0.5What it does
THC-Hydra performs online password guessing against many protocols including SSH, RDP, HTTP, and SMB. It's used to test credential strength against live services.
Common use cases
- •Test password strength against an organization's external SSH and RDP services.
- •Perform credential-stuffing attacks on web login forms using a known user list.
- •Spray common passwords across multiple services to identify weak account credentials.
Key features
- •Supports 50+ protocols including SSH, RDP, HTTP, SMB, MySQL, and LDAP.
- •Multithreaded for concurrent login attempts across multiple targets.
- •Supports username and password lists with per-module authentication options.
- •Reports per-account results with success, failure, and error states.
Source
https://github.com/vanhauser-thc/thc-hydra ↗More Credential Access tools
Need hosted scanning instead of local tooling?
Run a scan in the browser →