Skip to content

Instantly share code, notes, and snippets.

@carlin-q-scott
Created March 26, 2019 01:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carlin-q-scott/c8fbfe70179db5cb9c1e8f4f29db2933 to your computer and use it in GitHub Desktop.
Save carlin-q-scott/c8fbfe70179db5cb9c1e8f4f29db2933 to your computer and use it in GitHub Desktop.
CIDR for Domain
whois `nslookup facebook.com | grep Address | cut -d$'\n' -f 2 | cut -d ' ' -f 2` | grep CIDR | grep -o
'[^ ]*$'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment