danielhilst

Perl one liner DNS resolver

Feb 5th, 2013
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. perl -MSocket -e 'print inet_ntoa(scalar gethostbyname($ARGV[0])), "\n";' www.google.com # Change www.google.com for your host nao gost disso
Advertisement
Add Comment
Please, Sign In to add comment