updated matchers

patch-2
Ritik Chaddha 2024-05-13 13:48:57 +05:30 committed by GitHub
parent f371df3c57
commit 9bf8ab40aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 8 deletions

View File

@ -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