A cross-platform network diagnostic tool
Project description
NetDiagnose
A comprehensive network diagnostic tool for both Linux and Windows platforms, designed to test and analyze various network components, including:
- Ping test
- DNS lookup
- Traceroute
- Speed test
- Network interfaces information
- Wireless network analysis
- Port scanning
- Network security checks
Features
- Ping Test: Test the connectivity to a given destination.
- DNS Lookup: Resolve domain names to IP addresses.
- Traceroute: Trace the route packets take to a destination.
- Network Speed Test: Measure your internet's download and upload speeds.
- Network Interface Info: Get details about your network interfaces, including IP address, MAC address, and status.
- Wireless Network Analysis: Analyze Wi-Fi signal strength, interfaces, and more (Linux-specific).
- Port Scan: Scan open ports on a given host (Linux and Windows support).
- Network Security Check: Scan for potential vulnerabilities in the network configuration.
- Generate and Save a Report: Ability to Scan and save a report of all test to your device or email the report to yourself.
Installation
To get started with the network diagnostic tool, follow the installation steps below:
-
Clone the repository:
git clone https://github.com/gentlsnek/NetDiagnose cd NetDiagnose
-
Create a virtual environment (optional but recommended):
python3 -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate
-
Install dependencies:
pip install -r requirements.txt
Usage
Running the Tool
After installation, you can run the network diagnostic tool by executing the main.py
file:
python main.py
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
netdiagnose-0.1.0.tar.gz
(13.1 kB
view details)
Built Distribution
File details
Details for the file netdiagnose-0.1.0.tar.gz
.
File metadata
- Download URL: netdiagnose-0.1.0.tar.gz
- Upload date:
- Size: 13.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 472df17de34cd5863dc3574ab81cad3cdc24993a1863ba3b3e36eb3ba36c49f2 |
|
MD5 | 165525976dffd3d5217f693a952c9543 |
|
BLAKE2b-256 | 36b642a08914ba1d09c765b76a5b58be8a19072bdd1177eaf73d72817dbc2a9c |
File details
Details for the file NetDiagnose-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: NetDiagnose-0.1.0-py3-none-any.whl
- Upload date:
- Size: 16.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 03b59e45f22eab63f015a75e230296108413806c7656324573524a744ddc91db |
|
MD5 | eb7898a8fff3134a582ae3e6d23e66aa |
|
BLAKE2b-256 | f5ea51c77406b5dde4aaee69359d05d47596b7dd5244b3ced819f27451c8abed |