- Introduction
- Features
- Installation
- Usage
- Supported Cloud Providers
- Targeted Infrastructure Sectors
- Disclaimer
- Contributing
- License
The Firesale Trigger Framework is an automatic reconnaissance and exploitation tool designed to assess the security posture of various infrastructure sectors worldwide. It leverages cloud resources to create multiple instances on known cloud providers and then performs targeted attacks on critical infrastructure sectors. This framework is intended for educational and research purposes only and should not be used for any malicious activities.
- Multi-Cloud Support: The framework can deploy instances across various cloud providers to maximize its global reach.
- Targeted Attacks: It focuses on critical infrastructure sectors including banking, manufacturing, oil & gas, insurance, healthcare, ISP, energy & power, government, and water systems.
- Automatic Reconnaissance: The framework automates the reconnaissance phase, identifying potential targets within the specified sectors.
- Exploitation: Once targets are identified, the framework offers a suite of tools to assess vulnerabilities and potential exploit vectors.
- Reporting: Comprehensive reports are generated to provide insights into the security posture of targeted infrastructures.
-
Clone the repository to your local machine:
git clone https://github.com/d4op/tangora.git
-
Navigate to the project directory:
cd tangora
-
Install the required dependencies:
pip install -r requirements.txt
-
Configure your cloud provider credentials in the
config.yaml
file.
-
Start the Firesale Trigger Framework:
python tangora.py
-
Follow the on-screen prompts to select the target infrastructure sector and specify any other relevant parameters.
-
The framework will automatically create instances on supported cloud providers and perform reconnaissance and exploitation as per your configuration.
-
Once the assessment is complete, a detailed report will be generated in the
reports/
directory.
The Firesale Trigger Framework supports the following cloud providers:
- Amazon Web Services (AWS)
- Microsoft Azure
- Google Cloud Platform (GCP)
- IBM Cloud
- Oracle Cloud
- Linode
- Digital Ocean
- and much more
Please ensure you have the necessary credentials and permissions to use these cloud providers.
The framework targets the following critical infrastructure sectors:
- Banking
- Manufacturing
- Oil & Gas
- Insurance
- Healthcare
- Internet Service Providers (ISPs)
- Energy & Power
- Government
- Water Systems
Warning: This framework is intended for educational and research purposes only. Unauthorized use of this tool for malicious activities is strictly prohibited. The authors and contributors are not responsible for any misuse or damage caused by this framework.
If you'd like to contribute to the Firesale Trigger Framework, please read our contributing guidelines for more information.
This project is licensed under the MIT License. See the LICENSE file for details.