Skip to content

Docker image build of github.com:enbrnz/ssl-decoder.git

Notifications You must be signed in to change notification settings

enbrnz/ssldecoder-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

ssldecoder-docker

Docker image build of github.com:enbrnz/ssl-decoder.git

How-to download and run the ssldecoder docker container

  1. Download and run the docker container:
docker run -d --name ssldecoder eneubauer/ssldecoder
  1. Open the website in the browser
docker inspect ssldecoder | jq '.[].NetworkSettings.Networks[].IPAddress' | xargs firefox #or replace firefox with /path/to/your/browser

The container is configured to provide the page on port 80, however the port is not published, only exposed. Therefore you can only access the page on the internal docker container IP address.

  1. If you only want the intermediate certificates (and no further analysis), enable the checkbox "Fast check".

⚠️ Take security conclusions with a grain of salt as the ssldecoder project hasn't seen any updates in quite some time

About

Docker image build of github.com:enbrnz/ssl-decoder.git

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published