SSL Certificate Checker website that developed with Django framework in Python. With this website, you can enter a domain input and after some scanning stuffin backend .d, you can see the details of domain that you have searched for.
How to run?
- Clone project:
git clone https://github.com/kelma01/sslyze_scanner
- Get into the folder:
cd sslyze_scanner
cd sslyze_project
- Install required libraries:
pip install -r requirements.txt
- Run server:
python manage.py runserver