Malware bazaar
Member
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:
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:
We write the code
Let's open the main.bat file and put the code there:
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:
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 ):
Mail.ru:
Yandex:
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:
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:
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.
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:
- Python 3.x.x
- Password recovery tool (in our case LaZagne )
- 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.
Sending by mail
Open the send.py file and paste the code:
You must reply before you can see the hidden data contained here.
You must reply before you can see the hidden data contained here.
You must reply before you can see the hidden data contained here.
You must reply before you can see the hidden data contained here.
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.
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.