NOMI Cyber X Network Toolkit is a simple network information tool that lets you view Android system details and perform basic network tasks from the Termux terminal. It comes with an easy menu-based interface where you can check system information, network details, WiFi information, perform DNS lookups, run ping tests, and save reports using simple commands.
Installation Commands
You only need a few commands to install NOMI Cyber X Network Toolkit in Termux. Copy and paste each command below one by one.
Update Termux packages.
pkg update -y && pkg upgrade -y
Install Git.
pkg install git -y
Clone the toolkit repository.
git clone https://github.com/nomi-cracker/NOMI-CYBER-X-NETWORK-TOOLKIT.git
Open the project directory.
cd NOMI-CYBER-X-NETWORK-TOOLKIT
Give execute permission to the installation script.
chmod +x install.sh
Install the required packages.
bash install.sh
Start the toolkit.
bash toolkit.sh
The toolkit is now installed and ready to use.
Usage Guide
After starting the toolkit, the following menu will appear.
[1] System Information
[2] Network Information
[3] WiFi Information
[4] Public IP Lookup
[5] DNS Lookup
[6] Ping Test
[7] Save Report
[8] View Logs
[9] About
[0] Exit
Select Option:Choose the option you want from the menu.
System Information displays details about your Android device, including:
- Device model
- Android version
- Linux kernel version
- Memory usage
- Storage information
Example:
========== SYSTEM INFORMATION ==========
Device Model:
INP2460
Android Version:
15
Kernel:
Linux localhost 5.4...
Memory:
total used free
Storage:
Filesystem Size Used Avail
...- Network Information: shows information about your current network connection.
- WiFi Information: displays details about the connected WiFi network.
- Public IP Lookup: shows your current public IP address.
- DNS Lookup: retrieves DNS information for a domain name.
- Ping Test: checks network connectivity by sending ping requests.
- Save Report: saves the collected information into a report file for later use.
- View Logs: displays previously saved reports and logs.
- About: shows information about the toolkit.
- Exit: closes the toolkit and returns to the Termux terminal.
Whenever you want to use the toolkit again, run the following commands.
cd NOMI-CYBER-X-NETWORK-TOOLKIT
bash toolkit.sh
Choose the option you want, and NOMI Cyber X Network Toolkit will perform the selected task and show you the results.
Note: This tool was created by NOMI CYBER-X, and full credit goes to the original author. The toolkit is still under development, so some features may not be fully implemented or may change in future updates.







