fix FN matchers
parent
a03b376447
commit
32b0128c6e
|
@ -12,12 +12,13 @@ info:
|
||||||
cwe-id: CWE-200
|
cwe-id: CWE-200
|
||||||
cpe: cpe:2.3:a:cacti:cacti:*:*:*:*:*:*:*:*
|
cpe: cpe:2.3:a:cacti:cacti:*:*:*:*:*:*:*:*
|
||||||
metadata:
|
metadata:
|
||||||
|
verified: true
|
||||||
max-request: 2
|
max-request: 2
|
||||||
product: cacti
|
product: cacti
|
||||||
vendor: cacti
|
vendor: cacti
|
||||||
shodan-query: http.favicon.hash:-1797138069
|
shodan-query: http.favicon.hash:-1797138069
|
||||||
fofa-query: icon_hash="-1797138069"
|
fofa-query: icon_hash="-1797138069"
|
||||||
tags: tech,cacti,login,panel
|
tags: cacti,login,panel,detect
|
||||||
|
|
||||||
http:
|
http:
|
||||||
- method: GET
|
- method: GET
|
||||||
|
@ -27,18 +28,14 @@ http:
|
||||||
|
|
||||||
stop-at-first-match: true
|
stop-at-first-match: true
|
||||||
|
|
||||||
matchers-condition: and
|
matchers-condition: or
|
||||||
matchers:
|
matchers:
|
||||||
- type: status
|
|
||||||
status:
|
|
||||||
- 200
|
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
part: body
|
part: body
|
||||||
words:
|
words:
|
||||||
- "<title>Login to Cacti</title>"
|
- "<title>Login to Cacti</title>"
|
||||||
- "The Cacti Group"
|
- "The Cacti Group"
|
||||||
condition: and
|
condition: or
|
||||||
|
|
||||||
- type: regex
|
- type: regex
|
||||||
part: header
|
part: header
|
||||||
|
|
Loading…
Reference in New Issue