Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Checking your website's A record ( ip address )
#1

# This will find your primary nameserver of record and query it for an A record

#

 

bash-prompt: ~] whois domain.com > /tmp/whois && awk '/Name/{print x};{x=$0}' /tmp/whois ; awk '/Name/{getline;print}' /tmp/whois | xargs host domain.com

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)