From 9f4797b3a5e26f1babf0af1f2d45c0269bd20513 Mon Sep 17 00:00:00 2001 From: Luc Kolen Date: Thu, 8 Apr 2021 14:24:55 +0200 Subject: [PATCH] Expanded sslyze https cascading rules Added port 8443 Added service https-alt Added service ssl/http --- scanners/sslyze/cascading-rules/https.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/scanners/sslyze/cascading-rules/https.yaml b/scanners/sslyze/cascading-rules/https.yaml index 54aedca73c..ad7755a684 100644 --- a/scanners/sslyze/cascading-rules/https.yaml +++ b/scanners/sslyze/cascading-rules/https.yaml @@ -12,10 +12,22 @@ spec: attributes: port: 443 state: open + - category: "Open Port" + attributes: + port: 8443 + state: open - category: "Open Port" attributes: service: "https" state: open + - category: "Open Port" + attributes: + service: "https-alt" + state: open + - category: "Open Port" + attributes: + service: "ssl/http" + state: open scanSpec: scanType: "sslyze" parameters: ["--regular", "{{$.hostOrIP}}:{{attributes.port}}"]