updated matcher | and condition added
parent
b80b78f3be
commit
34b129077a
|
@ -13,9 +13,9 @@ info:
|
|||
cwe-id: CWE-798
|
||||
metadata:
|
||||
max-request: 2
|
||||
verified: true
|
||||
shodan-query: "html:\"Lucee\""
|
||||
fofa-query: "app=\"Lucee-Engine\""
|
||||
verified: true
|
||||
tags: lucee,default-login,unauth
|
||||
|
||||
http:
|
||||
|
@ -25,12 +25,13 @@ http:
|
|||
- "{{BaseURL}}/lucee/admin/server.cfm"
|
||||
|
||||
stop-at-first-match: true
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "Lucee"
|
||||
- "New Password"
|
||||
- 'Lucee'
|
||||
- 'box">New Password</div>'
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
|
|
Loading…
Reference in New Issue