VB - Phishing program
In this tutorial I will teach you how you can make a phising program. This tutorial is for educational purposes only !
Start by making a new windows forms application and call it Phisher.
Add 2 labels;
Add 2 textboxes and a button;
Click the login button to edit the codes.
What you do with the login details is up to you.
You can mail it, or you can store it.
In this tutorial we are not going into the mailing part.
Storing the user/password:
You will need: 2 variables.
To store the username/password into these variables you could use the following code:
The user details are now stored into the variables, but we also want the username and password to appear 5 seconds after a subject clicked the Login button.
We can do this by using the following codes:
You have succesfully made a phishing program. The trick is to make it look as real as possible,
for instance, I was able to create a msn clone that looks like this:
Download the source codes:
Phisher.rar (62,9 kB)