![]() |
|
USB password stealer - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Hacking (https://sinister.ly/Forum-Hacking) +--- Forum: Tutorials (https://sinister.ly/Forum-Tutorials) +---- Forum: Requests (https://sinister.ly/Forum-Requests--826) +---- Thread: USB password stealer (/Thread-USB-password-stealer) |
USB password stealer - TeemuStew - 04-13-2013 Is there any way to get the .bat file open if i'm not the administator of the computer? Like hide it in a, for example .jpeg, file and when I open the picture, it start's sniffing for passwords? USB password stealer - TeemuStew - 04-13-2013 Is there any way to get the .bat file open if i'm not the administator of the computer? Like hide it in a, for example .jpeg, file and when I open the picture, it start's sniffing for passwords? RE: USB PASSWORD STEALER - 014x_ - 04-13-2013 hi, if you want to autorun something from an USB Stick, you should have this in: autorun.inf Code: [autorun]
open=yourfile.exe
action=Something displayed at the run i think
icon=yourfile.exe
label=Another thing displayed at the run i thinkthere is one registry key that allow the autorun thing : key: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoDriveTypeAutoRun type: DWORD(32-bit) value data: 91 (hexadecimal base) RE: USB PASSWORD STEALER - 014x_ - 04-13-2013 hi, if you want to autorun something from an USB Stick, you should have this in: autorun.inf Code: [autorun]
open=yourfile.exe
action=Something displayed at the run i think
icon=yourfile.exe
label=Another thing displayed at the run i thinkthere is one registry key that allow the autorun thing : key: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoDriveTypeAutoRun type: DWORD(32-bit) value data: 91 (hexadecimal base) RE: USB PASSWORD STEALER - leristo13 - 09-10-2013 for me it worked RE: USB PASSWORD STEALER - NightHawk67 - 01-25-2014 Kinda worked, just the autorun doesnt for me |