Code A Simple Stealer That Will Send Data Directly To Your Email [Python]

Joined
Apr 20, 2022
Messages
35
Location
regix
Hellcoins
♆762
What do we do?

Hello, reader, today we’ll talk about why you shouldn’t open unverified files downloaded from unknown sources and create such a file to understand what it can do on your PC. We will create a stealer that will collect all our passwords and send them to us by mail.


What is needed for this?

We will need:
  1. Python 3.x.x
  2. Password recovery tool (in our case LaZagne )
  3. Two Google Accounts

And so we begin

To begin with, we will place the .exe file of the LaZagne tool in the folder with our project. Next, create a .bat file with any name (I will have main.bat) and a send.py file.

We should get the following structure:

Project:
  • laZagne.exe
  • send.py
  • main.bat

We write the code

Let's open the main.bat file and put the code there:
You must reply before you can see the hidden data contained here.
Now, when we run our .bat file, we will have a pass.txt file that will contain all your passwords from browsers (and not only). It remains only to send the data to the mail. But how to do that?


Sending by mail

Open the send.py file and paste the code:
You must reply before you can see the hidden data contained here.
Now you need to configure and, depending on the service through which you will send mail, change the highlighted code: Google (first you need to allow access for less secure applications ):
You must reply before you can see the hidden data contained here.
Mail.ru:
You must reply before you can see the hidden data contained here.
Yandex:
You must reply before you can see the hidden data contained here.
Finishing the .bat

Now let's add the code for launching the send.py file and deleting the pass.txt file to our .bat file:
You must reply before you can see the hidden data contained here.
Assembly

Now, after running main.bat, your passwords will be sent to your mail, but if you do not have Python installed, then nothing will work, you need to turn our send.py file into an exe. To do this, open the console and write:
You must reply before you can see the hidden data contained here.
Still, we need to turn the main.bat file into main.exe, and Bat To Exe Converter will help us with this . Click on the button with three dots ("...") and look for your main.bat file, click "Open", then click "Convert" and get the main.exe file. These three files are our styler, we can send it to a friend and enjoy checking for performance.
 
Joined
Nov 17, 2023
Messages
18
Hellcoins
♆29
What do we do?

Hello, reader, today we’ll talk about why you shouldn’t open unverified files downloaded from unknown sources and create such a file to understand what it can do on your PC. We will create a stealer that will collect all our passwords and send them to us by mail.


What is needed for this?

We will need:
  1. Python 3.x.x
  2. Password recovery tool (in our case LaZagne )
  3. Two Google Accounts

And so we begin

To begin with, we will place the .exe file of the LaZagne tool in the folder with our project. Next, create a .bat file with any name (I will have main.bat) and a send.py file.

We should get the following structure:

Project:
  • laZagne.exe
  • send.py
  • main.bat

We write the code

Let's open the main.bat file and put the code there:
[Hidden content]
Now, when we run our .bat file, we will have a pass.txt file that will contain all your passwords from browsers (and not only). It remains only to send the data to the mail. But how to do that?


Sending by mail

Open the send.py file and paste the code:
[Hidden content]
Now you need to configure and, depending on the service through which you will send mail, change the highlighted code: Google (first you need to allow access for less secure applications ):
[Hidden content]
Mail.ru:
[Hidden content]
Yandex:
[Hidden content]
Finishing the .bat


Now let's add the code for launching the send.py file and deleting the pass.txt file to our .bat file:
[Hidden content]
Assembly


Now, after running main.bat, your passwords will be sent to your mail, but if you do not have Python installed, then nothing will work, you need to turn our send.py file into an exe. To do this, open the console and write:
[Hidden content]
Still, we need to turn the main.bat file into main.exe, and Bat To Exe Converter will help us with this . Click on the button with three dots ("...") and look for your main.bat file, click "Open", then click "Convert" and get the main.exe file. These three files are our styler, we can send it to a friend and enjoy checking for performance.
Yoo
 
Top