Overlord: Red Teaming Infrastructure Automation
Overlord: Red Teaming Infrastructure Automation
This tool provides a python-based console CLI which is used to build Red Teaming infrastructure in an automated way. The user has to provide inputs by using the tool’s modules (e.g. C2, Email Server, HTTP web delivery server, Phishing server, etc.) and the full infra/modules and scripts will be generated automatically on a cloud provider of choice. Currently supports AWS and Digital Ocean. The tool is still under development and it was inspired and uses the Red-Baron Terraform implementation found on Github.
How does it work?
The configuration of all the modules can be found in the config/config.json file. You can modify each module to suit your needs (e.g. change the default provider from Digital Ocean to AWS or choose a different region). The Project directory contains the variables.json file, which can store your API keys and domains. If this file exists, it pre-loads when Overlord runs and populates the variables so they can be used without typing your domains and API keys every time. Overlord reads the filenames on the redbaron/data/scripts/tools directory and creates a list of tools that can be used to install tools on the C2 server. You can add your own by adding them in the same directory.
Download && Use
Copyright (c) 2019 QSecure Labs