update: deprecated-tls to show all the deprecated versions (#4926)

patch-1
forgedhallpass 2022-07-27 18:00:42 +03:00 committed by GitHub
parent acb1cc9c69
commit 76babe7420
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 19 additions and 1 deletions

View File

@ -2,7 +2,7 @@ id: deprecated-tls
info:
name: Deprecated TLS Detection (TLS 1.1 or SSLv3)
author: righettod
author: righettod,forgedhallpass
severity: info
reference:
- https://ssl-config.mozilla.org/#config=intermediate
@ -17,6 +17,24 @@ info:
ssl:
- address: "{{Host}}:{{Port}}"
min_version: sslv3
max_version: sslv3
extractors:
- type: json
json:
- " .tls_version"
- address: "{{Host}}:{{Port}}"
min_version: tls10
max_version: tls10
extractors:
- type: json
json:
- " .tls_version"
- address: "{{Host}}:{{Port}}"
min_version: tls11
max_version: tls11
extractors: