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