Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
purpleteam-orchestrator — Orchestration component of purpleteam | Kitploit
Tools/GitLabGitLab/purpleteam-labs/purpleteam-orchestrator
Penetration Testing FrameworksVulnerability ScannersWeb SecurityCloud SecurityDevSecOpsArchived
GitLabpurpleteam-labs/purpleteam-orchestrator

purpleteam-orchestrator

Orchestration component of purpleteam

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
15 years agoNot yet reviewed

purpleteam logo

purpleteam orchestrator


Orchestrator component of purpleteam - Currently in alpha

pipeline status test coverage known vulnerabilities




Clone this repository.

cd to the repository root directory and run:

root@kitploit:~
npm install

Configuration

Copy the config/config.example.json to config/config.local.json.
Use the config/config.js for documentation and further examples.

outcomes.dir Configure this value. This needs to be a directory of your choosing that both the orchestrator and app-scanner containers use. The outcomes.dir value should be the same as the testers slave.report.dir and results.dir value. The directory you choose and configure needs group rwx permissions applied to it becuase the orchestrator and tester containers share the same group, they also read, write and delete outcome files within this directory.

testerFeedbackComms.medium Long Polling lp is supported in both local and cloud environments. Server Sent Events sse is only supported in the local environment due to AWS limitations. Both lp and sse are real-time. Both implementations have their pros and cons.

See the CLI documentation for further details around this value.

Download Tool