Red Team Arsenal (RTA) is an intelligent framework that scans and monitors a company's layer 7 assets to detect security vulnerabilities and anomalies.
Red team Arsenal - An intelligent scanner to detect security vulnerabilities in company's layer 7 assets.
RTA is designed for security teams and red teams to automate the detection of security vulnerabilities and anomalies in public-facing web assets, providing a holistic security overview. It is especially useful for organizations with expanding online footprints who need continuous, automated monitoring to complement human-driven security efforts.
Before running, ensure all configuration files are properly updated with required credentials and API keys. While primarily tested on Ubuntu/Debian, Mac OS users need to replace binaries with compatible versions. The tool depends on external services like Google Chat for notifications and requires network access to perform scans.
Ensure Python 3.8 is installed (default in most systems)
Install Python pip: sudo apt-get install python3-pip
Update config.yml and config_mail.yml with Google Chat Webhook URL, SMTP credentials, GitHub token, mailing list, and Custom Search Engine API key
Install required Python packages: sudo pip3 install -r requirements.txt
python3 scheduler.py
Starts the RTA framework to scan and monitor the domains listed in input_files/domains.txt