Hello, in this tutorial you will learn how to Create Password Stealer using VB Visual Studio.net that send the passwords of the victim to your email.
The recovery files + code.txt (which include the code written bellow) + the visual basic project.
DOWNLOAD HERE
REQUIREMENTS:
A mail.com account (their stmp is open and available for 3rd party apps)
Basic knowledge in vb.
Visual Studio 2008 or more (there is a free version however I will be using the ultimate version of 2013)
Nirsoft password recovery bins
A victim.
OVERVIEW:
We are going to create an exe file when opened it extracts 4 application which recover saved password on famous web browsers (chrome, Firefox ..Etc.) then launches them in command line mode , they will export the saved password into a text file which will be read by our app then sent to us by email.
We are using vb.net because it is a very easy programming language and it is common in malicious software.
Step by Step How to Create Password Stealer using VB Visual Studio.net:
How to Create Password Stealer using VB Visual Studio.net
How to Create Password Stealer using VB Visual Studio.net
How to Create Password Stealer using VB Visual Studio.net
This is called an event handler, whatever code you put between this and “End Sub” will be executed when the program first opens (before it appears).
How to Create Password Stealer using VB Visual Studio.net
Then you need to click on My Project, this should appear
How to Create Password Stealer using VB Visual Studio.net
Click on resources -> add resource -> add existing file..
A dialog will appear choose the 4 files you downloaded (1.exe , 2.exe , 3.exe ,3.exe)
How to Create Password Stealer using VB Visual Studio.net
How to Create Password Stealer using VB Visual Studio.net
That is it you have created your own saved password stealer, on launch it will send you the password like this
How to Create Password Stealer using VB Visual Studio.net
How to Create Password Stealer using VB Visual Studio.net
CONCLUSION:
You should not open any random exe files unless you are sure it is safe , a tip would be scanning it on virus total or similar sites , what I personally do is open said programs in Sandboxi
Notes: if you are having problems building the project turn off your anti-virus.