austinginder / whois

Minimalist whois domain lookup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/austinginder/whois.git
  • cd whois
  • php -S localhost:8000
  • Then open http://localhost:8000

About

Minimalist whois domain lookup

License:MIT License


Languages

Language:PHP 100.0%