Security-checker is a automatic tool written by Mace Muilman that runs a series of test against a domain to assert its security.
- Server over HTTPS only.
- HSTS header.
To use this project, follow the following steps:
- Clone this project to a directory of choice.
cd
into that directory.- Install all the dependencies via
composer install
. - Run a scan via
php security-checker scan insert-domain-here.com
.
Credits where credits are due, to this amazing package:
- Laravel Zero by Nuno Maduro : Laravel Zero
This software is open-source software licensed under the MIT license.