Merge pull request #6897 from projectdiscovery/pussycat0x-patch-4

minor -update
patch-1
pussycat0x 2023-03-15 16:12:41 +05:30 committed by GitHub
commit d4ab53ceb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
id: tls-version id: tls-version
info: info:
name: TLS Version name: TLS Version - Detect
author: pdteam,pussycat0x author: pdteam,pussycat0x
severity: info severity: info
description: | description: |
@ -26,7 +26,7 @@ ssl:
extractors: extractors:
- type: json - type: json
json: json:
- " .tls_version" - ".tls_version"
- address: "{{Host}}:{{Port}}" - address: "{{Host}}:{{Port}}"
min_version: tls12 min_version: tls12
@ -35,7 +35,7 @@ ssl:
extractors: extractors:
- type: json - type: json
json: json:
- " .tls_version" - ".tls_version"
- address: "{{Host}}:{{Port}}" - address: "{{Host}}:{{Port}}"
min_version: tls13 min_version: tls13
@ -44,4 +44,4 @@ ssl:
extractors: extractors:
- type: json - type: json
json: json:
- " .tls_version" - ".tls_version"