arsari / domain-ssl-verify

Verify if each domain in an array or database is Secure (HTTPS)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Domain-SSL-Verify


This script do an HTTP request of a list of domain names storage in a CSV file or SQL database and fetches all the headers sent by the domain server returning an associate array with each domain header information.

When the list is on an SQL database, the script update the table of the list of domains adding to the database the resulting SSL status in an existing column named SSLcertificate.

To run the script, on the terminal command prompt write:

php domain-ssl-verify.php

About

Verify if each domain in an array or database is Secure (HTTPS)

License:MIT License


Languages

Language:PHP 100.0%