Parsing Verisign .COM/.NET zone files
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
If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
Leave a Reply
You must be logged in to post a comment.





