{"id":13586334,"url":"https://github.com/TKCERT/testssl.sh-webfrontend","last_synced_at":"2025-04-07T15:31:40.684Z","repository":{"id":141896928,"uuid":"53408865","full_name":"TKCERT/testssl.sh-webfrontend","owner":"TKCERT","description":"Web Frontend for testssl.sh","archived":true,"fork":false,"pushed_at":"2017-06-29T21:37:42.000Z","size":118,"stargazers_count":131,"open_issues_count":2,"forks_count":38,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-02-14T21:26:50.963Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TKCERT.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-03-08T12:02:49.000Z","updated_at":"2024-08-01T16:32:19.900Z","dependencies_parsed_at":"2023-03-13T10:27:51.544Z","dependency_job_id":null,"html_url":"https://github.com/TKCERT/testssl.sh-webfrontend","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TKCERT%2Ftestssl.sh-webfrontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TKCERT%2Ftestssl.sh-webfrontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TKCERT%2Ftestssl.sh-webfrontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TKCERT%2Ftestssl.sh-webfrontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TKCERT","download_url":"https://codeload.github.com/TKCERT/testssl.sh-webfrontend/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223285329,"owners_count":17119883,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T15:05:29.251Z","updated_at":"2025-04-07T15:31:40.671Z","avatar_url":"https://github.com/TKCERT.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# Web Front End for testssl.sh\n\nThis project is a web interface for [testssl.sh](https://testssl.sh/). It can be used to offer internal TLS/SSL configuration check portals, whereever the usual public tools are not applicable.\n\n![Webfrontend](/screenshots/testssl.sh-webfrontend.png)\n![Result](/screenshots/testssl.sh-result.png)\n\n## Installation\n\n1. Clone the [testssl.sh-webfrontend](https://github.com/TKCERT/testssl.sh-webfrontend) repository with its main dependency [testssl.sh](https://github.com/drwetter/testssl.sh) by invocation of `git clone --recursive https://github.com/TKCERT/testssl.sh-webfrontend.git`.\n2. Install Python 3 (`apt-get install python3`) and the Python module Flask by running `pip3 install flask`.\n3. Install [aha](https://github.com/theZiz/aha) (`apt-get install aha`)\n4. Configure SSLTestPortal.py, especially application.secret\\_key, in its configuration section and create the required paths (log, result/html and result/json in the default configuration).\n5. Run SSLTestPortal.py or deploy it as WSGI script.\n\n## NGINX Reverse Proxy\n\nIf you would like to run behind a NGINX Reverse Proxy simply add this to your configuration file in sites-enabled. \nIf you want to add security to it look at nginx module [basic_auth](http://nginx.org/en/docs/http/ngx_http_auth_basic_module.html).\n\n     location /testssl/ {\n          proxy_pass http://127.0.0.1:5000/;\n          gzip_types text/plain application/javascript;\n          proxy_http_version 1.1;\n          proxy_set_header Upgrade $http_upgrade;\n          proxy_set_header Connection \"upgrade\";\n          proxy_connect_timeout 200;  # you might need to increase these values depending on your server hardware. \n          proxy_send_timeout 200;     # you might need to increase these values depending on your server hardware. \n          proxy_read_timeout 200;     # you might need to increase these values depending on your server hardware. \n          send_timeout 200;           # you might need to increase these values depending on your server hardware. \n     }\n\nYou still have to autostart the script on boot. This can be done manually in a screen.\n\n## Docker\n\nMarkus Kraus ([@vMarkus_K](https://twitter.com/vMarkus_K)) created a [Docker\nImage](https://hub.docker.com/r/mycloudrevolution/testssl-webfrontend/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTKCERT%2Ftestssl.sh-webfrontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FTKCERT%2Ftestssl.sh-webfrontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTKCERT%2Ftestssl.sh-webfrontend/lists"}