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

Spread the word:
  • Digg
  • Technorati
  • del.icio.us
  • YahooMyWeb
  • co.mments
  • Furl
No comments yet.
You must be logged in to post a comment.