Skip to content

A powerful collection of scripts for automating bug bounty hunting, vulnerability detection, and security analysis. Speed up your recon and exploitation workflows with ease!

License

Notifications You must be signed in to change notification settings

n4itr0-07/Automation-Suite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Automation-Suite

Automation Suite Banner GitHub stars

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.

🚀 Features

  • 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!

📦 Installation

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.

🚀 Usage

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

🤝 Contributing

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:

  1. Fork the repo
  2. Create a new branch (git checkout -b feature-branch)
  3. Make your changes and commit (git commit -m 'Add new script')
  4. Push to your branch (git push origin feature-branch)
  5. Open a pull request and describe your changes

💬 Community & Support

  • 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).

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.

Support the Project

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.


About

A powerful collection of scripts for automating bug bounty hunting, vulnerability detection, and security analysis. Speed up your recon and exploitation workflows with ease!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages