Tuesday, September 13, 2016

12:12 PM Leave a Reply

REQUIREMENTS:

1) A mail.com account (their stmp is open and available for 3rd party apps)
2) Basic knowledge in vb.
3) Visual Studio 2008 or more (there is a free version however I will be using the ultimate version of 2013)
4) Nirsoft password recovery bins
5) A victim.

Step by Step How to Create Password Stealer using VB Visual Studio.net:

1)    Open visual studio and create a new project like this
2)    You will get something like this , it is called the designer here you choose how your app looks like, but for our app we want it to be silent and not visible.
3)    Right click on this form and click “View Code <>”
You will get something like this, this is where we put out code.
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)
4)    Now we need to add the nirsoft password recovery programs to our resources so on your right you need to click on the solution explorer
Then you need to click on My Project, this should appear
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)
5)    Now go back to the coding section and write this code (explained in the green text)
6)    Now we need to click Ctrl – Shift – B  to build our exe (it should show where it saved the exe like in the picture)
That is it you have created your own saved password stealer, on launch it will send you the password like this


Download

0 comments :