Skip to content

bobmagicii/domain-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Domain Registration and SSL Certification Lookup Tool

  • use RDAP to check Domain registrations.
  • use cURL or OpenSSL to check SSL Certs.

Requirements

  • PHP 8.3 (with CLI, cURL, OpenSSL)
  • OpenRDAP v0.9.1 (CLI App)

Instructions

  • Put the one PHAR file where ever you damn well please.

Basic Usage

Print a report for the list of domains.

  • php domain.phar report <domain> ...

Print a report for all the domains listed in all the files. One domain per line.

  • php domain.phar report --files <filename> ...

More Options

  • report --sort - Sort the report by domain name.
  • report --short - Only show the report table.

Dev Notes

Build PHAR

  • You Give: php bin/domain.php phar
  • You Receive: build/domain-ver.phar

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages