File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,14 +50,14 @@ In order to see more details about the Guidelines, use "-reportDetail ALL".
5050We provide prebuilt docker images for easy use of the TLS-Server-Scanner.
5151
5252``` bash
53- $ docker run --network host ghcr.io/tls-attacker/tlsscanner -connect localhost:4433
53+ $ docker run -it - -network host ghcr.io/tls-attacker/tlsscanner -connect localhost:4433
5454```
5555
5656The image is made to be used for server-scanning but also contains the other jar files.
5757They can be accessed by altering the entrypoint.
5858
5959``` bash
60- $ docker run -- network host --entrypoint " java" ghcr.io/tls-attacker/tlsscanner -jar TLS-Client-Scanner.jar
60+ $ docker run -it -- network host --entrypoint java ghcr.io/tls-attacker/tlsscanner -jar TLS-Client-Scanner.jar
6161```
6262
6363We also provide you with a Dockerfile, to build the container yourself:
You can’t perform that action at this time.
0 commit comments