Skip to content

m8sec/Dispatch

Repository files navigation

Dispatch – Evasive Payload Delivery Server

Overview

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.

Features:

  • 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

⚡ Install

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

▶️ Usage

All documentation, including user roles, API integrations, and detailed access controls are available in the Web UI.

Python

Launch the Dispatch server with:

python3 dispatch-server.py

Poetry

Alternatively, install with Poetry and execute using the dispatch run command:

python3 -m poetry run dispatch

⚠️ Disclaimer

Dispatch is intended for authorized security testing. Never test against systems you don’t own or have explicit permission.

About

Evasive Payload Delivery Server & C2 Redirector

Resources

License

Stars

Watchers

Forks

Releases

No releases published