Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
ecs_checker — EDNS Client Subnet (ECS) Remote Detection Tool - CVE-2025-40766 | Kitploit
Tools/GitHubGitHub/furkankayapinar/ecs_checker
ReconnaissanceVulnerability AnalysisInformation GatheringNetwork SecurityDNS Analysis
GitHubfurkankayapinar/ecs_checker

ecs_checker

EDNS Client Subnet (ECS) Remote Detection Tool - CVE-2025-40766

View Repository
121 year agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

EDNS Client Subnet (ECS) Remote Detection Tool - CVE-2025-40766

This tool checks whether a remote DNS resolver supports EDNS Client Subnet (ECS) — a DNS extension that may expose systems to cache poisoning or information leakage vulnerabilities such as CVE-2025-40766.

🔍 What It Does

  • Sends a DNS query with an ECS option
  • Detects whether ECS is enabled on the target DNS resolver
  • Compatible with both Linux/macOS (Python) and Windows (PowerShell)

💻 Usage (Python)

Install dependencies:

root@kitploit:~
pip3 install -r requirements.txt

Run the script:

root@kitploit:~
python3 ecs_checker.py <DNS_SERVER_IP>

Examples:

root@kitploit:~
python3 ecs_checker.py 1.1.1.1
[-] 1.1.1.1 does NOT support ECS (CLIENT-SUBNET not found).

python3 ecs_checker.py 8.8.8.8
[+] 8.8.8.8 supports ECS (CLIENT-SUBNET found).
Download Tool