
Strumento di rilevamento remoto EDNS Client Subnet (ECS) - CVE-2025-40766
Questo strumento verifica se un resolver DNS remoto supporta EDNS Client Subnet (ECS) — un'estensione DNS che potrebbe esporre i sistemi a vulnerabilità di avvelenamento della cache o di perdita di informazioni come CVE-2025-40766.
pip3 install -r requirements.txt
python3 ecs_checker.py <DNS_SERVER_IP>
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).