updated matchers
parent
f371df3c57
commit
9bf8ab40aa
|
@ -11,7 +11,7 @@ info:
|
|||
- https://docs.ackee.electerious.com/
|
||||
metadata:
|
||||
verified: true
|
||||
max-request: 1
|
||||
max-request: 2
|
||||
shodan-query: http.favicon.hash:-1495233116
|
||||
tags: panel,ackee,login,detect
|
||||
|
||||
|
@ -22,14 +22,9 @@ http:
|
|||
- "{{BaseURL}}/favicon.ico"
|
||||
|
||||
stop-at-first-match: true
|
||||
matchers-condition: or
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- '<title>Ackee'
|
||||
case-insensitive: true
|
||||
|
||||
- type: dsl
|
||||
dsl:
|
||||
- 'status_code==200 && contains(tolower(body), "<title>ackee")'
|
||||
- "status_code==200 && (\"-1495233116\" == mmh3(base64_py(body)))"
|
||||
condition: or
|
||||
|
|
Loading…
Reference in New Issue