Skip to content

Instantly share code, notes, and snippets.

@Quantium
Created June 14, 2019 22:34
Show Gist options
  • Save Quantium/edb8545991b091ae5548ea5cf476612f to your computer and use it in GitHub Desktop.
Save Quantium/edb8545991b091ae5548ea5cf476612f to your computer and use it in GitHub Desktop.
Shell - Geting the ip from any domain
echo $(ping isotopo.net -oq | grep -o '[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment