security-scripts/dns/README.md

23 lines
896 B
Markdown
Raw Normal View History

2013-06-04 14:33:16 +02:00
DNS Scripts
===========
A collection of Scripts about DNS Stuff I found on the internet.
Directories
===========
# scripts
* DNS Scripts
# zodiac
* DNS Spoofer
2013-06-04 14:42:09 +02:00
# nslint-2.1a8
nslint is a lint-like program that checks DNS files for errors. DNS or Domain Name System generally maps names to IP addresses and E-mail addresses in a hierarchical fashion. Errors detected include missing trailing dots, illegal characters (RFC 1034), records without matching PTR records and vice-versa, duplicate names in a subnet, duplicate names for an address, names with cname records (RFC 1033), missing quotes, and unknown keywords.
2013-06-04 14:50:57 +02:00
# dnswalk
dnswalk is a DNS debugger. It performs zone transfers of specified domains, and checks the database in numerous ways for internal consistency, as well as accuracy.
# dnsdigger
DNSDigger is a programm to gather as much as possible informations from DNS Servers.