![]() |
|
Is USB autorun.inf possible anymore? - Printable Version +- Sinisterly (https://sinister.li) +-- Forum: Hacking (https://sinister.li/Forum-Hacking) +--- Forum: Hacking Tools (https://sinister.li/Forum-Hacking-Tools) +--- Thread: Is USB autorun.inf possible anymore? (/Thread-Is-USB-autorun-inf-possible-anymore) |
Is USB autorun.inf possible anymore? - Cyb3rNuX - 01-09-2017 I tried few months ago to make keylogger autorun on USB by putting autorun.inf file in it with some code Code: [autorun]
;Open=KLogger.exe
ShellExecute=KLogger.exe
UseAutoPlay=1Yet, there are people that succeded doing this, but there is much work/you need special USB and software, nvm, it's long & hard work. Is there any simple and fast way to make USB open file from itself after it's been plugged? RE: Is USB autorun.inf possible anymore? - Vi-Sion - 01-09-2017 I'm not sure about this but i think nop there's no easy way to do it. RE: Is USB autorun.inf possible anymore? - Cyb3rNuX - 01-09-2017 (01-09-2017, 05:14 PM)Vi-Sion Wrote: I'm not sure about this but i think nop there's no easy way to do it. Yeah, i think same... RE: Is USB autorun.inf possible anymore? - Pikami - 01-09-2017 Everybody has autorun.inf disabled. There was even an update for WinXP and up witch makes Autorun disabled by default. RE: Is USB autorun.inf possible anymore? - Blink - 01-09-2017 Doesn't work anymore. You can try BadUSB, a USB Rubber Ducky or a DIY Arduino Rubber Ducky-style attack as alternatives. RE: Is USB autorun.inf possible anymore? - sleaze - 01-09-2017 https://hakshop.com/products/usb-rubber-ducky-deluxe cut some out of the paycheck and cop it RE: Is USB autorun.inf possible anymore? - Bish0pQ - 01-10-2017 @Inori, @insidious, @"pyhrrus9", would this something be for IDE to work on? Don't know if this would be too easy for you guys, but maybe we could create this? @OP They indeed disabled autorun for the exact reason you want to use it for. You got alternative USB's like Ender told but as far as I know there's no way to "force" enable it yet. RE: Is USB autorun.inf possible anymore? - prankd - 01-12-2017 Currently the only way to execute tasks on a machine using an USB-drive is using an BadUSB, or targetting a very old computer that still supports this. All computers now-a-days have basically 'patched' this. EDIT: Although; I've been thinking though, if you're planning on doing USB-dropping, to social engineer to open a infected file. Really silly example: When targeting students or a student at a school, you could create two files:
The student will likely click on the 'decrypt_db.exe' file, depending his stupitidy and knowledge in computers. If anyone has a different opinion on this, please don't hesitate to tell me your opinion. /Prankd RE: Is USB autorun.inf possible anymore? - Cyb3rNuX - 01-12-2017 (01-12-2017, 07:45 PM)prankd Wrote: Currently the only way to execute tasks on a machine using an USB-drive is using an BadUSB, or targetting a very old computer that still supports this. That's cool idea, i should try it! lol |