Open In App

Onex – Hacking Tools Library

Last Updated : 13 Jun, 2022
Improve
Improve
Like Article
Like
Save
Share
Report

Onex is a free and open-source tool available on GitHub. onex is a complete installer library for Kali Linux which has 370 tools. onex allows installing any of these tools or all the tools simultaneously. These tools are very useful to security researchers and penetration testers. Onex gives the functionality to install all tools in a single workspace. Onex interface is very similar to Metasploit 1 and Metasploit. Onex provides a command-line interface that you can run on Kali Linux. Onex is Penetration Testing Framework. Onex is written in bash language. This framework is a collection of information gathering tools and penetration testing tools. This tool can be used for post-exploitation.

Installation

Step 1: Use the following command to install the tool from GitHub. Use the second command to move into the directory of the tool.

git clone https://github.com/jackind424/onex.git

Step 2: Now use the following command to install the tool.

./install

The tool has been installed and running successfully. Now we will see examples to use the tool.

Usage

Example 1: Use the onex tool to install a single Pentesting tool.

onex install [tool_name] install any tool.

Example 2: Use the onex tool to start the menu and list out the tools available in onex.

onex start

Type 1 to open a list of tools.

 here you can see the list of all 370 tools and you can install them with a single command.


Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads