Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 362 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 362 Bytes

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