1aN0rmus / TekDefense-Automater

Automater - IP URL and MD5 OSINT Analysis
www.tekdefense.com
MIT License
535 stars 121 forks source link

Use HTTPS when possible #18

Closed colinmahns closed 9 years ago

colinmahns commented 9 years ago

A few sites that supported https were not using it in Automater, so I made a quick fix for that.

There's also a few sites that support tls but currently have invalid certificates which I noted in some comments in sites.xml. It's possible to modify these sites to use https if a user so desires since Automater (and from my understanding Python 2) doesn't currently have a way to check the validity of a certificates.

1aN0rmus commented 9 years ago

Good stuff, will merge!