Parsing Verisign .COM/.NET zone files
November 11th, 2008
| Tags:
If you have access to the zone files from Verisign (COM/NET/EDU) and want to extract the list of domains from these zone file. This is a one-line extraction command in Linux:
grep ‘^[a-zA-Z0-9-]\+ NS .*’ edu.zone|sed ’s/NS .*//’|uniq
Leave a comment
| Trackback






