8000 Expanded SSLyze CascadingRules for HTTPS by luckolen · Pull Request #356 · secureCodeBox/secureCodeBox · GitHub
[go: up one dir, main page]

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions scanners/sslyze/cascading-rules/https.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}"]
0