Friday, October 21, 2011
how to (quickly) perform a dns lookup without nslookup, dig, etc
Use perl for example:
$ perl -e 'use Socket; print inet_ntoa(inet_aton("example.com"));'
1 comment:
Anonymous
March 4, 2012 at 11:53 PM
What about ping example.com ? ;)
Reply
Delete
Replies
Reply
Add comment
Load more...
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
What about ping example.com ? ;)
ReplyDelete