Advertisement
skip420

EvilUSB.bat

Feb 22nd, 2019
404
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.39 KB | None | 0 0
  1. @echo off
  2. rem Debug_Check : Avoid Attack Your Own PC
  3. rem ----------------------------
  4. if "%username%"=="kinciad" (exit)
  5. rem Task_Start : Add CMD Command Here, Execute Another Script If It's too Much!
  6. rem ----------------------------
  7. echo %username% > TMP
  8. rem test.bat
  9. rem Task_Over : Delete Cache Can Help Avoid Losing File and Disk!
  10. rem ----------------------------
  11. rem del /F /S /Q TMP
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement