Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit 4ea889b

Browse files
committed
#33 Also ensure ports are acutally open
1 parent ccf2399 commit 4ea889b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

scanners/nikto/cascading-rules/http.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@ spec:
1010
anyOf:
1111
- category: "Open Port"
1212
attributes:
13-
service: "http"
13+
service: http
14+
state: open
1415
- category: "Open Port"
1516
attributes:
16-
service: "https"
17+
service: https
18+
state: open
1719
scanSpec:
1820
scanType: "nikto"
1921
parameters:

0 commit comments

Comments
 (0)