Skip to content

NetProbe is a lightweight Python tool for multi-threaded port scanning and hostname resolution. Designed for educational and ethical network research.

Notifications You must be signed in to change notification settings

Ahmed-GoCode/NetProbe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

⚑ NetProbe v2.0

A Lightweight Cybersecurity & Networking Utility


πŸ“Œ Overview

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.

⚠️ Disclaimer: This project is created for educational and research purposes only.
You are responsible for using it legally and ethically on systems you own or have explicit permission to test.


πŸš€ Features

  • βœ… 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.

The author is not responsible for misuse of this software.

πŸ“¦ Installation

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

About

NetProbe is a lightweight Python tool for multi-threaded port scanning and hostname resolution. Designed for educational and ethical network research.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages