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".
50
50
We provide prebuilt docker images for easy use of the TLS-Server-Scanner.
51
51
52
52
``` 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
54
54
```
55
55
56
56
The image is made to be used for server-scanning but also contains the other jar files.
57
57
They can be accessed by altering the entrypoint.
58
58
59
59
``` 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
61
61
```
62
62
63
63
We also provide you with a Dockerfile, to build the container yourself:
You can’t perform that action at this time.
0 commit comments