Created
March 26, 2019 01:33
-
-
Save carlin-q-scott/c8fbfe70179db5cb9c1e8f4f29db2933 to your computer and use it in GitHub Desktop.
CIDR for Domain
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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