Dispatch is an evasive payload delivery server built for penetration testers, red teamers, CTFs, and more! Dispatch enables secure, dynamic payload delivery that actively evades detection, making it difficult for defenders to track and intercept.
With built-in evasion techniques, custom alias addresses, and a reverse proxy for C2 traffic, Dispatch provides a powerful yet lightweight solution for modern offensive security professionals.
- Payload Access Control – Prevent unauthorized downloads by IP, device, or secret keys invoking an external redirect.
- Smart File Permissions – Set payloads as public, private, or one-time use.
- User & Role Management – Assign roles to control team access.
- Instant Download Cradles – Generate ready-to-use commands in the admin portal.
- Simple File Uploads – Use the web interface to upload files or automate using the Dispatch API

Dispatch is designed for Windows, Linux, and macOS with minimal dependencies. Simply, execute the following commands to get started:
git clone https://github.com/m8sec/Dispatch
cd Dispatch
pip3 install -r requirements.txt
All documentation, including user roles, API integrations, and detailed access controls are available in the Web UI.
Launch the Dispatch server with:
python3 dispatch-server.py
Alternatively, install with Poetry and execute using the dispatch
run command:
python3 -m poetry run dispatch
Dispatch is intended for authorized security testing. Never test against systems you don’t own or have explicit permission.