Skip to content

Commit 4042d6a

Browse files
committed
Update README
1 parent 672b2c7 commit 4042d6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ the results directly from Python.
2121
* Support for TLS 1.3 and early data (0-RTT) testing.
2222
* Scans are automatically dispatched among multiple workers, making them very fast.
2323
* Performance testing: session resumption and TLS tickets support.
24-
* Security testing: weak cipher suites, insecure renegotiation, ROBOT, Heartbleed and more.
24+
* Security testing: weak cipher suites, supported curves, ROBOT, Heartbleed and more.
2525
* Server certificate validation and revocation checking through OCSP stapling.
2626
* Support for StartTLS handshakes on SMTP, XMPP, LDAP, POP, IMAP, RDP, PostGres and FTP.
2727
* Scan results can be written to a JSON file for further processing.
@@ -34,7 +34,7 @@ SSLyze can be installed directly via pip:
3434

3535
$ pip install --upgrade setuptools
3636
$ pip install --upgrade sslyze
37-
$ python -m sslyze --regular www.yahoo.com:443 www.google.com "[2607:f8b0:400a:807::2004]:443"
37+
$ python -m sslyze www.yahoo.com www.google.com "[2607:f8b0:400a:807::2004]:443"
3838

3939
Documentation
4040
-------------

0 commit comments

Comments
 (0)