A powerful collection of automation scripts designed for bug bounty hunters and security researchers. This suite will streamline your vulnerability discovery process and make security testing more efficient.
- Automated Reconnaissance: Quickly gather information about targets.
- Exploitation Framework: Run automated attacks with minimal setup.
- Vulnerability Scanners: Find common security flaws across various platforms.
- Scalable: Easily add your own scripts to the suite.
- Open-Source: Contribute to the repository and help make it better.
More scripts coming soon!
Clone the repository and install any required dependencies:
git clone https://github.com/n4ftr0-07/Automation-Suite.git
cd Automation-Suite
pip install -r requirements.txt
Ensure Python 3.x is installed along with the necessary libraries.
Each script in the suite comes with its own help option. You can run them as follows:
python3 Recon.py --target example.com
python3 SQLi-Automation.py --url http://example.com/vulnerable.php?id=1
For a detailed guide on each script’s usage, check the individual script directories or run:
python3 <script_name.py> --help
We welcome contributions! If you have a script or feature you'd like to add, feel free to open a pull request. Follow these steps to contribute:
- Fork the repo
- Create a new branch (
git checkout -b feature-branch
) - Make your changes and commit (
git commit -m 'Add new script'
) - Push to your branch (
git push origin feature-branch
) - Open a pull request and describe your changes
- If you have any questions, feel free to open an issue or reach out to the community.
- Join our Telegram group for discussions and updates (link coming soon).
This project is licensed under the MIT License - see the LICENSE file for details.
If you like this project and find it useful, please consider giving it a star ⭐ on GitHub! This helps others discover it and encourages further development.