Created
June 14, 2019 22:34
-
-
Save Quantium/edb8545991b091ae5548ea5cf476612f to your computer and use it in GitHub Desktop.
Shell - Geting the ip from any 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
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