PinoyShare
Hello Guest ! Welcome to PinoyShare Forum

An Exclusive Mobile and PC Chat community , You can share files,information and start a discussion

Also Register Now to be able to download Games,Movie,TV Shows, Free Internet, VPN User and More

Join the forum, it's quick and easy

PinoyShare
Hello Guest ! Welcome to PinoyShare Forum

An Exclusive Mobile and PC Chat community , You can share files,information and start a discussion

Also Register Now to be able to download Games,Movie,TV Shows, Free Internet, VPN User and More
PinoyShare
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Log in
Search
Display results as :
Advanced Search
Latest topics
.ehi 1000000000% working ultra fast 2.6 mbps updateSun Jul 30, 2017 11:31 amyusuke2k18
mgc vpn 2.0 na halimaw sa gamingFri Mar 31, 2017 2:50 amjhayemgalay
3 days openssh status:403Thu Mar 30, 2017 3:19 amRhonzraps
halimaw high speed postern config 3/29/17Thu Mar 30, 2017 2:51 amRhonzraps
Top posting users this week
No user
Who is online?
In total there are 4 users online :: 0 Registered, 0 Hidden and 4 Guests

None

View the whole list

Similar Topics


Go down
MobileGeek09
MobileGeek09
Apprentice
Apprentice
Posts : 14
P-Cash P-Cash : 5911
Reputation : 1
Join date : 2016-04-14

Create Password Stealer using VB Visual Studio.net Empty Create Password Stealer using VB Visual Studio.net

Fri Apr 15, 2016 9:10 pm
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:



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.

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:

1)    Open visual studio and create a new project like this


Create Password Stealer using VB Visual Studio.net Pwd-stealer1-1024x599

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.

Create Password Stealer using VB Visual Studio.net Pwd-stealer2

3)    Right click on this form and click “View Code <>”
You will get something like this, this is where we put out code.

Create Password Stealer using VB Visual Studio.net Pwd-stealer3

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

Create Password Stealer using VB Visual Studio.net Pwd-stealer4

Then you need to click on My Project, this should appear -

Create Password Stealer using VB Visual Studio.net Pwd-stealer5

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)

Create Password Stealer using VB Visual Studio.net Pwd-stealer6-1024x753

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)

Create Password Stealer using VB Visual Studio.net Pwd-stealer7-1024x117

That is it you have created your own saved password stealer, on launch it will send you the password like this

Create Password Stealer using VB Visual Studio.net Pwd-stealer8-1024x40

Create Password Stealer using VB Visual Studio.net Pwd-stealer9

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.

Written by: Saeed Suleiman
Back to top
Permissions in this forum:
You cannot reply to topics in this forum