mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-06 00:39:44 +01:00
10 lines
145 B
Markdown
10 lines
145 B
Markdown
## Usage:
|
|
```
|
|
docker run -t testssl.sh example.com
|
|
```
|
|
|
|
Ability to pull image from docker hub:
|
|
```
|
|
docker run -t dr4y/testssl.sh example.com
|
|
```
|