File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -133,24 +133,20 @@ annotations:
133133 - apiVersion: "cascading.securecodebox.io/v1"
134134 kind: CascadingRule
135135 metadata:
136- name: "zap-http "
136+ name: "nmap-hostscan "
137137 labels:
138138 securecodebox.io/invasive: non-invasive
139- securecodebox.io/intensive: medium
139+ securecodebox.io/intensive: light
140140 spec:
141141 matches:
142142 anyOf:
143- - category: "Open Port"
144- attributes:
145- service: http
146- state: open
147- - category: "Open Port"
148- attributes:
149- service: https
150- state: open
143+ - category: "Subdomain"
144+ osi_layer: "NETWORK"
151145 scanSpec:
152- scanType: "zap-baseline-scan"
153- parameters: ["-t", "{{attributes.service}}://{{$.hostOrIP}}"]
146+ scanType: "nmap"
147+ parameters:
148+ - "-Pn"
149+ - "{{location}}"
154150 artifacthub.io/license : Apache-2.0
155151 artifacthub.io/links : |
156152 - name: Documentation
You can’t perform that action at this time.
0 commit comments