Skip to content

Commit 4becad5

Browse files
authored
Added RC4 fields to html report (#52)
Added "supportsRc4", "rc4WithModern" and "rc4Only" to the html summary.
1 parent f0d9845 commit 4becad5

File tree

13 files changed

+1624
-96
lines changed

13 files changed

+1624
-96
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,22 @@
11
# SSL Labs Scan
22

33
[![githubactions](https://github.com/kyhau/ssllabs-scan/workflows/Build-Test/badge.svg)](https://github.com/kyhau/ssllabs-scan/actions)
4-
[![travisci](https://travis-ci.org/kyhau/ssllabs-scan.svg?branch=master)](https://travis-ci.org/kyhau/ssllabs-scan)
4+
[![travisci](https://travis-ci.org/kyhau/ssllabs-scan.svg?branch=master)](https://travis-ci.org/kyhau/ssllabs-scan)
55
[![codecov](https://codecov.io/gh/kyhau/ssllabs-scan/branch/master/graph/badge.svg)](https://codecov.io/gh/kyhau/ssllabs-scan)
66
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](http://en.wikipedia.org/wiki/MIT_License)
77

88
Support Python >= 3.6
99

10-
Call SSL Labs [API](https://github.com/ssllabs/ssllabs-scan/blob/stable/ssllabs-api-docs.md) to do SSL testings
11-
on servers.
10+
This tool calls the SSL Labs [API v2](https://github.com/ssllabs/ssllabs-scan/blob/master/ssllabs-api-docs.md) to do SSL testings on servers.
11+
12+
- **TODO**: use v3 instead of v2
13+
- **NOTE**: Please note that the SSL Labs Assessment API has access rate limits. You can find more details in the sections "Error Response Status Codes" and "Access Rate and Rate Limiting" in the official [SSL Labs API Documentation](https://github.com/ssllabs/ssllabs-scan/blob/master/ssllabs-api-docs.md). Some common status codes are:
14+
- 400 - invocation error (e.g., invalid parameters)
15+
- 429 - client request rate too high or too many new assessments too fast
16+
- 500 - internal error
17+
- 503 - the service is not available (e.g., down for maintenance)
18+
- 529 - the service is overloaded
19+
1220

1321
## Input and Output
1422

ReleaseNotes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.1.0 - 2020-12-16
2+
==================
3+
- Added "supportsRc4", "rc4WithModern" and "rc4Only" to the html summary.
4+
15
1.0.1 - 2020-02-12
26
==================
37
- When the API server is overloaded with requests it returns response.status_code 529. In this case request_api()

sample/SampleHtmlOutput.png

28.8 KB
Loading

sample/SampleServerList.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
duckduckgo.com
12
google.com

0 commit comments

Comments
 (0)