I've been messing with Hydra (Brute Force) to solve the "Damn Vulnerable Web App"
brute force section but the problem is when I use http-get-form it said:
Warning: child 1 seems to have died, restarting (this only happens if a module is bad)
And the brute force command is:
hydra 192.168.100.15 http-get-form \
"/dvwa/vulnerabilities/brute/#:username=^USER^&password=^PASS^&Login=Login:Username and/or password incorrect" \
-l admin -P /root/Desktop/wordlists/test.txt -w 30
I can't find out why the module is bad.
