Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mace015/security-checker
A simple tool that performs a number of checks/scans against a domain to assert its security.
https://github.com/mace015/security-checker
Last synced: 2 days ago
JSON representation
A simple tool that performs a number of checks/scans against a domain to assert its security.
- Host: GitHub
- URL: https://github.com/mace015/security-checker
- Owner: mace015
- License: mit
- Created: 2018-02-08T22:13:16.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-12T19:49:40.000Z (almost 7 years ago)
- Last Synced: 2024-08-04T01:19:03.796Z (3 months ago)
- Language: PHP
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Security: security-checker
Awesome Lists containing this project
- awesome-laravel-zero - Security Checker
README
Security-checker is a automatic tool written by [Mace Muilman](https://github.com/mace015) that runs a series of test against a domain to assert its security.
## Current implemented tests/scans:
- Server over HTTPS only.
- HSTS header.## Documentation
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
**Credits where credits are due, to this amazing package:**- Laravel Zero by [Nuno Maduro](https://github.com/nunomaduro) : [Laravel Zero](https://github.com/laravel-zero/laravel-zero)
## License
This software is open-source software licensed under the **MIT license**.