A Python script that performs DNS lookups and detects potential DNS spoofing by comparing responses from multiple public DNS servers.
DNS Lookup Tool with Spoof Detection: A Python script that queries multiple public DNS servers to detect DNS spoofing by comparing resolved IP addresses. Helps enhance DNS security awareness and troubleshooting.
This tool is designed for network security professionals and educators who want to enhance their understanding of DNS behavior and security risks. It allows users to verify the integrity of DNS responses and identify potential spoofing attacks during troubleshooting or educational demonstrations.
This tool is intended for educational and authorized testing purposes only; misuse can have legal consequences.
Ensure you have Python installed.
Install the required `dnspython` library if not already installed.
Run the script
Executes the DNS Lookup Tool.
Enter the domain name to query
Prompts the user to input the domain for which DNS records will be checked.