├── .gitignore ├── Dockerfile ├── LICENSE ├── README.md ├── docs ├── diag1.png ├── dirs.png └── httpd.png ├── sample └── www.google.com-testssl_cmds └── testssl_processor.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitsofinfo/testssl.sh-processor/HEAD/.gitignore -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitsofinfo/testssl.sh-processor/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitsofinfo/testssl.sh-processor/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitsofinfo/testssl.sh-processor/HEAD/README.md -------------------------------------------------------------------------------- /docs/diag1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitsofinfo/testssl.sh-processor/HEAD/docs/diag1.png -------------------------------------------------------------------------------- /docs/dirs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitsofinfo/testssl.sh-processor/HEAD/docs/dirs.png -------------------------------------------------------------------------------- /docs/httpd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitsofinfo/testssl.sh-processor/HEAD/docs/httpd.png -------------------------------------------------------------------------------- /sample/www.google.com-testssl_cmds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitsofinfo/testssl.sh-processor/HEAD/sample/www.google.com-testssl_cmds -------------------------------------------------------------------------------- /testssl_processor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitsofinfo/testssl.sh-processor/HEAD/testssl_processor.py --------------------------------------------------------------------------------