/whois

DNS and hosting lookup utility

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

Another minimalist whois domain lookup

Single file .php script to fetch domain information from whois and dig. Run locally or on a web server that supports PHP and shell_exec. That can be accomplished by doing the following.

  • git clone https://github.com/gmariani/whois.git
  • cd whois
  • php -S localhost:8000
  • Then open http://localhost:8000