Orion - Cyber Security Automation Script
Orion is a powerful automation script designed to simplify and streamline the process of penetration testing in cyber security. With its user-friendly interface and customizable options, it provides feasibility to the user. Features
Orion has three main options, each with sub-options for specific tasks:
~Pentest: This option includes sub-options for Recon, Exploitation, Post-Exploitation, and Command and Control (C2) functionalities.
~Utility: This option provides sub-options for Tor, Anon surfing, Monitoring mode, Installing tools, and fixing things.
~Misc: This option includes sub-options for payloads for all website vulnerabilities, searching for vulnerabilities, using different AI, scraping materials from the web, and killing everything that will close all services and shut down.
Directory Tree
The directory tree is straightforward and contains the following structure:
Orion/ ├── Orion.sh ├── pentest/ │ ├── recon.sh │ ├── exploitation.sh │ ├── post-exploitation.sh │ └── c2.sh ├── utility/ │ ├── tor.sh │ ├── anon_surf.sh │ ├── monitor_mode.sh │ ├── install_tools.sh │ └── fix_things.sh └── misc/ ├── payloads.sh ├── search_vulnerabilities.sh ├── use_ai.sh ├── scrape_materials.sh └── kill_services.sh
Usage
To use Orion, simply navigate to the Orion directory and run the Orion.sh file: Copy
cd Orion/
./Orion.sh
This will bring up the main menu, where you can select the desired option and sub-option. Contributing
All ideas to improve the script are welcome. If you find any issues or have any suggestions, please create an issue on the GitHub repository. License
This project is licensed under the MIT License - see the LICENSE file for details.