From 34090f31d0f89f58de77b550d2bb125ae619f8ad Mon Sep 17 00:00:00 2001 From: Spedestrian Date: Fri, 26 Mar 2021 07:41:00 +0000 Subject: [PATCH] Clown-ass Powershell bypass Imagine thinking Powershell is secure :story: --- powershell_bypass_example.bat | 1 + 1 file changed, 1 insertion(+) create mode 100644 powershell_bypass_example.bat diff --git a/powershell_bypass_example.bat b/powershell_bypass_example.bat new file mode 100644 index 0000000..32c4bdf --- /dev/null +++ b/powershell_bypass_example.bat @@ -0,0 +1 @@ +powershell.exe -nologo -executionpolicy bypass -noninteractive -windowstyle hidden -Command Add-Type -AssemblyName System.Windows.Forms; $rofl = [System.Windows.Forms.MessageBox]::Show('lol get fucked retard','u got superhacked','OK','Error')powershell.exe -nologo -executionpolicy bypass -noninteractive -windowstyle hidden -Command Add-Type -AssemblyName System.Windows.Forms; $rofl = [System.Windows.Forms.MessageBox]::Show('lol get fucked retard','u got superhacked','OK','Error') \ No newline at end of file