Skip to content

Instantly share code, notes, and snippets.

@nof
Created February 26, 2015 03:15
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nof/f2b5511f72087bde0b1d to your computer and use it in GitHub Desktop.
Save nof/f2b5511f72087bde0b1d to your computer and use it in GitHub Desktop.
find 2letter domain
require 'whois'
domain = 'gy'
puts ('aa'..'zz').map { |name| "#{name}.#{domain}" }
.reject { |fqdn| sleep 0.5; Whois.registered? fqdn }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment