personal-server-community / pschecker

Simple security audit script for your personal server
GNU General Public License v3.0
12 stars 3 forks source link

Domain names and SSL #11

Open gelnior opened 6 years ago

gelnior commented 6 years ago

Hello @ZeHiro, @nicofrand, @Phyks and @ldvc,

I added a new check that ensures that a domain name can only be accessed through SSL. Could you tell me what you think about it. It's available in the 0.2.1 version.

It requires an option to run properly:

pschecker --domains blog.mydomain.net,www.mydomain.net
nicofrand commented 6 years ago

Hi !

If the options are required, maybe you could disable the test when the options are not passed? This is kind of misleading I think.

gelnior commented 6 years ago

Yes good idea. I will fix that in next release. Thx!