A Lightweight Cybersecurity & Networking Utility
NetTool v2.0 is a command-line based utility built with Python.
It provides basic network utilities such as:
- π Port Scanning β Identify open ports on a target host.
- π Hostname Resolution β Quickly resolve domain names to IP addresses.
- βοΈ Multi-threaded Execution β Faster scanning with thread pooling.
You are responsible for using it legally and ethically on systems you own or have explicit permission to test.
- β Multi-threaded port scanner (fast & efficient).
- β Target hostname/IP resolution.
- β
Colored console output using
colorama
. - β Clean and modular code structure.
π‘οΈ Disclaimer
This tool is strictly for educational use:
Do NOT use it to attack, disrupt, or scan systems without authorization.
Clone the repository and install dependencies:
git clone https://github.com/ahmed-gocode/NetProbe.git
cd NetProbe
pip install -r requirements.txt
python ddos.py
Made with β€οΈ by Ahmad