Disclaimer: This software is meant for educational purposes only. I'm not responsible for any malicious use of the tools you can download using the app.
Onex is a hacking tools installer for termux and linux distros made for cybersecurity experts. Onex manages 400+ pentesting tools that can be installed on single click.
Onex works on any of the following operating systems:
- Android (Using Termux)
- Linux (APT, DNF, YUM based distros. Arch or OpenSUSE are not supported)
- Mac
Open the terminal and type following commands.
First of all, make sure that you have git
installed
git clone -b stable --single-branch https://github.com/1ray-1/onex.git
Go to this directory and run onex
cd onex
bash onex
If you want to install onex , type the following:
chmod +x install && ./install
Before installing, make sure that the base folder is just called onex
, and not onex-stable
, or onex-old
, etc...
This is for the install
script, which is instructed to move the onex
to a specific directory
Onex is very simple and easy to use tool, its available in both CLI and manual mode.
onex -h
or onex help
for help.
Options :
onex install/-s [tool_name]
install any tool.onex search/-s [tool_name]
search any tool.onex list/-l
list all tools.onex help/-h
get help.
onex start
to start onex menu mode.
Enter a Number for a specific output:
- (1) : To show all available tools and type the number of a tool which you want to install.
- (2) : To show tools category.
- (3) : If you want to update onex.
- (4) : If you want to know About Us.
- (5) : To exit the tool.
Type onex -r
or onex remove
to uninstall onex.
To understand how to use any tool you've just downloaded with onex, just go to the downloaded folder and read the README.md file:
cd FOLDER-YOUVE-JUST-DOWNLOADED
cat README.md
Onex is licensed under MIT License.