diff --git a/network/cves/2022/CVE-2022-0543.yaml b/network/cves/2022/CVE-2022-0543.yaml index 60625b191e..c7186b367f 100644 --- a/network/cves/2022/CVE-2022-0543.yaml +++ b/network/cves/2022/CVE-2022-0543.yaml @@ -30,7 +30,8 @@ info: tags: cve,cve2022,network,redis,unauth,rce,kev tcp: - host: - - "tls://{Hostname}}" + - "{{Hostname}}" + - "tls://{{Hostname}}" port: 6380 inputs: diff --git a/network/exposures/exposed-redis.yaml b/network/exposures/exposed-redis.yaml index ed4bbcc802..637070e5ce 100644 --- a/network/exposures/exposed-redis.yaml +++ b/network/exposures/exposed-redis.yaml @@ -20,7 +20,8 @@ tcp: - data: "info\r\nquit\r\n" host: - - "tls://{Hostname}}" + - "{{Hostname}}" + - "tls://{{Hostname}}" port: 6380 read-size: 2048