Email Address:
admin@achik.us achikahmed.info@gmail.com
Our Social Media Profiles:
Cyberonix is a cybersecurity resource hub that provides access to different tools, cheat sheets, bug bounty resources, certifications, and learning materials from a single terminal interface. You can install and use Cyberonix on Debian-based Linux distributions to access various cybersecurity resources and learning materials using simple commands.
Cyberonix works on most Debian-based Linux distributions that support Python and standard Linux packages. In this tutorial, we use Ubuntu Linux, but the same installation process can also be used on Debian, Kali Linux, Parrot OS, Linux Mint, and other Debian-based systems.
Below are the simple commands to install Cyberonix on Debian-based Linux terminals. Follow each command carefully to download, install, and setup Cyberonix successfully.
Update system packages first.
sudo apt update -y && sudo apt full-upgrade -yInstall Git and Python packages.
sudo apt install git python3 python3-pip -yClone the Cyberonix repository.
git clone https://github.com/TeamDefronix/Cyberonix.gitMove into the Cyberonix directory.
cd CyberonixMake the setup file executable.
chmod +x setup.pyInstall Cyberonix.
sudo python3 setup.pyStart Cyberonix.
cyberonixCyberonix will now open in the Linux terminal.
Start Cyberonix.
cyberonixAfter running the command, the Cyberonix main menu will open inside the terminal.
1) Tools
2) Cheatsheet
3) Bug Bounty
4) Certifications & Roadmap
5) Write Ups
6) Man Page
7) Exit
Select An Option ->
Menu options explained:
Choose the option you want and Cyberonix will automatically open the selected cybersecurity resource in the terminal. When you select the Tools option from the main menu, Cyberonix displays different cybersecurity tool categories.
1) Information Gathering
2) Vulnerability Analysis
3) Web Application Analysis
4) Password Attacks
5) Wireless Attacks
6) Exploitation Tools
7) Sniffing And Spoofing
8) Post Exploitation
9) Anonymity
10) Framework
11) Pentesting In Bug-Bounty
12) Digital Forensics Tools
13) Go Back
Select An Option ->
Choose the category you want and Cyberonix will display related cybersecurity tools and resources inside the terminal.
Cyberonix is a useful tool for exploring different cybersecurity resources from a single terminal interface. It provides access to tools, cheat sheets, bug bounty resources, and learning materials that can help beginners learn more about cybersecurity and penetration testing on Linux.