PitchHut logo
Nadzoring
Open source tool for detecting website blocks and network analysis
Pitch

Nadzoring is an open-source command-line tool designed for detecting website blocks, monitoring service availability, and conducting thorough network analysis. It provides essential diagnostics like DNS checks and ARP monitoring, enabling users to effectively troubleshoot connectivity issues and understand their network environment.

Description

Nadzoring is a powerful, open-source command-line tool designed for detecting website blocks, monitoring service availability, and conducting comprehensive network analysis. Nadzoring helps users troubleshoot network connectivity issues and assess website accessibility by providing a variety of diagnostic tools and commands.

Key Features

  • Website Block Detection: Easily identify if a website is blocked or down.
  • Service Monitoring: Keep track of service availability and uptime.
  • DNS Analysis: Conduct detailed DNS diagnostics, including reverse DNS lookups, poisoning detection, and health checks.
  • Network Configuration Insights: Analyze local network configurations, perform traceroutes, and inspect open ports.
  • ARP Spoofing Detection: Monitor for potential ARP spoofing attacks with advanced detection capabilities.

Usage Examples

Nadzoring utilizes a hierarchical command structure for ease of use. Below are some examples to illustrate its capabilities:

DNS Resolution

To resolve DNS records for a domain, use:

nadzoring dns resolve example.com

For a comprehensive DNS check, including validation for MX and TXT records:

nadzoring dns check example.com

Website Accessibility Check

To quickly check if a website is accessible:

nadzoring network-base ping google.com

ARP Cache Analysis

To view the current ARP cache:

nadzoring arp cache

Network Connectivity Diagnostics

Conduct a traceroute to investigate the network path:

nadzoring network-base traceroute example.com

Installation

Nadzoring is easily installed via pip:

pip install nadzoring

Documentation and Contribution

For more detailed documentation, including commands and options, visit the Nadzoring Documentation. Contributions are welcome as the project aims to continually evolve and improve its functionality.

0 comments

No comments yet.

Sign in to be the first to comment.