awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 dépôts

Awesome GitHub RepositoriesDNS Tools

Utilities and libraries for managing, intercepting, or analyzing domain name system traffic and resolution protocols.

Distinguishing note: Focuses specifically on DNS-level traffic interception and protocol manipulation rather than general-purpose network proxying or routing.

Explore 6 awesome GitHub repositories matching networking & communication · DNS Tools. Refine with filters or upvote what's useful.

Awesome DNS Tools GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • mitmproxy/mitmproxyAvatar de mitmproxy

    mitmproxy/mitmproxy

    43,943Voir sur GitHub↗

    Mitmproxy is an interactive, programmable network proxy engine designed for traffic analysis and protocol manipulation. It functions as a gateway that intercepts, inspects, and modifies network traffic in real-time, supporting HTTP, HTTPS, WebSocket, DNS, and generic TCP or UDP streams. By acting as a trusted certificate authority, the proxy can dynamically generate and sign certificates to decrypt and analyze secure TLS-encrypted connections. The project distinguishes itself through a highly extensible, event-driven architecture that allows users to automate traffic transformation using cust

    Intercepts and inspects domain name resolution requests and responses to monitor or modify network traffic.

    Pythondebugginghttphttp2
    Voir sur GitHub↗43,943
  • dnscrypt/dnscrypt-proxyAvatar de DNSCrypt

    DNSCrypt/dnscrypt-proxy

    13,426Voir sur GitHub↗

    dnscrypt-proxy is an anonymizing DNS proxy and encrypted DNS resolver. It acts as a local DNS forwarder that secures internet lookups by wrapping standard DNS queries in encrypted tunnels using the DNSCrypt and DNS-over-HTTPS protocols to prevent eavesdropping and tampering. The project provides network privacy protection by routing DNS requests through anonymized relays to obfuscate the client's original IP address. It further distinguishes itself through traffic management capabilities, such as mapping specific domains to designated resolvers and distributing queries across multiple servers

    Analyzes network behavior by logging DNS requests for troubleshooting and security analysis.

    Goanonymizedanonymized-dnsdns
    Voir sur GitHub↗13,426
  • imsnif/bandwhichAvatar de imsnif

    imsnif/bandwhich

    11,826Voir sur GitHub↗

    bandwhich is a command-line network utility and terminal bandwidth monitor designed for real-time traffic analysis. It functions as a process-based traffic tracker that links network bandwidth usage directly to the system processes and remote hosts responsible for the data transfer. The tool provides a terminal user interface for monitoring active connections and identifying data-consuming applications. It performs background reverse DNS lookups to associate remote IP addresses with human-readable hostnames and tracks cumulative data utilization over the duration of a capture session. Its br

    Captures and displays DNS queries using the system default or a specified DNS server.

    Rustbandwidthclidashboard
    Voir sur GitHub↗11,826
  • samyk/poisontapAvatar de samyk

    samyk/poisontap

    6,472Voir sur GitHub↗

    PoisonTap is a hardware attack tool designed for the Raspberry Pi Zero that exploits a USB connection to a locked or password-protected computer, extracting browser cookies and session data from the top million websites without requiring the device to be unlocked. It operates by bypassing the lock screen through USB and network stack exploitation, then siphoning HTTP cookies and intercepting all outbound Internet traffic by overriding network routing through a local device. The tool distinguishes itself through multiple persistence and recovery mechanisms that maintain access even after cooki

    Uses DNS rebinding to expose internal routers for remote exploitation via HTTP requests.

    JavaScript
    Voir sur GitHub↗6,472
  • felixonmars/dnsmasq-china-listAvatar de felixonmars

    felixonmars/dnsmasq-china-list

    6,071Voir sur GitHub↗

    dnsmasq-china-list est un générateur de configuration et un ensemble de listes de filtrage et de routage DNS. Il convertit des listes de domaines curatées en fichiers de configuration pour dnsmasq afin d'optimiser la résolution de noms régionale et de diriger des requêtes de domaines spécifiques vers des serveurs régionaux. Le projet se concentre sur la réduction de la latence et l'évitement du détournement DNS pour les utilisateurs en Chine en routant le trafic via des serveurs régionaux et en dirigeant les requêtes vers les nœuds de réseau de diffusion de contenu (CDN) les plus proches. Il fournit également des règles pour bloquer les domaines malveillants et les publicités en renvoyant des réponses d'échec pour empêcher l'injection réseau. Le système gère les configurations DNS en supprimant les entrées de sous-domaines redondantes et en éliminant les hiérarchies de domaines qui se chevauchent pour optimiser l'utilisation de la mémoire. Il prend également en charge la prévention des fuites DNS en restreignant les domaines de fournisseurs non approuvés et en mettant sur liste blanche les serveurs de noms de confiance.

    Identifies addresses that spoof failure responses to ensure queries return authentic results.

    Ruby
    Voir sur GitHub↗6,071
  • jaykali/maskphishAvatar de jaykali

    jaykali/maskphish

    3,020Voir sur GitHub↗

    Maskphish is a comprehensive security toolkit that integrates capabilities for digital forensics, network vulnerability scanning, open-source intelligence, penetration testing, and social engineering. It functions as a multi-purpose framework for automating reconnaissance and executing security audits across diverse network environments. The project features a specialized phishing and social engineering toolkit used for cloning websites, masking URLs, and deploying deceptive pages to capture user credentials. It also includes a remote access Trojan builder for generating platform-specific exe

    Provides tools to change router DNS settings to redirect network traffic to a specified destination.

    Shellhackhackinghacking-tool
    Voir sur GitHub↗3,020
  1. Home
  2. Networking & Communication
  3. DNS Tools

Explorer les sous-tags

  • DNS Hijacking1 sous-tagExploiting DNS configurations to redirect network traffic to controlled servers. **Distinct from DNS Tools:** Focuses on the active exploitation of DNS settings to divert traffic, not just general DNS tool use.
  • DNS Hijacking PreventionsMechanisms to detect and block spoofed DNS responses to ensure authenticity. **Distinct from DNS Hijacking:** Focuses on the prevention and detection of hijacking rather than the exploitation techniques