NetXplorer is a command-line tool developed in Python for network analysis and exploration. It allows users to gather information about active devices and services, providing a simple and efficient interface for Linux users. What it can do:
For detailed documentation about NetXplorer, visit our Wiki. The documentation includes:
- Overview of the code
- Installation instructions
- Command description
For more details, see the Wiki.
To make it easier to use this project, a bash script has been created to handle the entire installation. Simply run the setup.sh script, and everything will be set up for you. If you prefer to run the code manually, follow the steps in the Wiki.
This project has a single dependency: Python 3.10 or higher. This code relies solely on Python's standard libraries.
Important
Although the code is designed to run on Linux systems, it can also be used on Windows via WSL (Windows Subsystem for Linux).
This project is licensed under the MIT License. See the LICENSE file for details.