Skip to main content

Create Password Stealer using VB Visual Studio.net

Create Password Stealer using VB Visual Studio.net


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.

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
How to Create Password Stealer using VB Visual Studio.net
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.
How to Create Password Stealer using VB Visual Studio.net
3)    Right click on this form and click “View Code <>”
You will get something like this, this is where we put out code.
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).
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
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)
5)    Now go back to the coding section and write this code (explained in the green text)
How to Create Password Stealer using VB Visual Studio.net
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)
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.

Comments

Popular posts from this blog

IMPORTANCE AND ADVANTAGES OF SIWES

STUDENTS INDUSTRIAL WORK EXPERIENCE SCHEME (SIWES) The Industrial Training/Students Industrial Work Experience Scheme, IT/SIWES is a new Directorate under the Vice-Chancellor’s Office.  It was established on 20th April, 2012 The Students Industrial Work Experience Scheme (SIWES) is a skills training programme designed to expose and prepare students of universities and other tertiary institutions for the Industrial Work situation they are likely to meet after graduation.  It is also a planned and structured programme based on stated and specific career objectives which are geared towards developing the occupational competencies of participants (Mafe, 2009).  Consequently, the SIWES programme is a compulsory graduation requirement for all Nigerian university students offering certain courses. The Students Industrial Work Experience Scheme (SIWES), is the accepted training pro...

Animal Cell

 By Lasisi Halima Billy   All animal cells are multicellular. They are eukaryotic cells.  A nimal cells  are surrounded by plasma membrane and it contains the nucleus and organel les that are membrane bound. A nimal cells are of various sizes and have irregular shapes.  Most of the cells size range between 1 and 100 micrometers and are visible only with help of microscope.  Trillions of cells are found in the human body.  There are many different types of cells, approximately 210 distinct cell types in adult human body.   Animal Cell Definition    Animal cells are eukarytoic. Animal cells are have outer boundary known as the plasma membrane.  T he nucleus and the organelles of the cell are bound by a membrane.  The genetic material (DNA) in animal cells...

Light Microscope vs Electron Microscope.

Both light microscopes and electron microscopes use radiation (light or electron beams) to form larger and more detailed images of objects (e.g. biological specimens, materials, crystal structures, etc.) than the human eye can produce unaided. (See also: What is eyesight ? ) An electron microscope is a microscope that uses beams of electrons instead of rays of visible light to form highly magnified images of tiny areas materials or biological specimens. Comparing light vs electron microscopes is made more complicated by the fact that there are different types of electron microscopes. The two main types of electron microscope are the Transmission Electron Microscope (TEM) and Scanning Electron Microscope (SEM). Other types of electron microscope include the Scanning Tunneling Microscope (STM) and Field Emission Transmission Microscope (FE-TEM). Brief notes, see the tables lower down this page for figures, explanations and comments: ...