A suite of bash and shell scripts covering all phases of the Red Team Attack Lifecycle for penetration testing and red teaming.
Suite of scripts that cover the phases of a Red Team Attack Lifecycle.
This tool is designed for penetration testers and red teamers who want a structured set of scripts to simulate and execute various phases of a red team attack, from reconnaissance to action on objectives. It enables users to perform these tasks on Unix-based systems without installation or agents, facilitating quick deployment and testing.
This tool requires a Unix-based environment and is primarily tested on Kali Linux for some phases; users should review individual phase instructions before execution. Since it uses shell scripts, ensure appropriate permissions and security considerations when running in sensitive environments.
No installation required
Clone or download the repository
Navigate to the directory of the desired attack phase
Follow instructions within each phase directory to execute scripts
cd reconnaissance
Navigate to the Reconnaissance phase directory to access related scripts and instructions.
./script_name.sh
Execute the specific phase script (replace script_name.sh with the actual script) to perform tasks related to that attack lifecycle phase.