updated matchers
parent
9d4cfc3e8b
commit
10c437820c
|
@ -1,7 +1,7 @@
|
|||
id: efak-panel
|
||||
id: efak-login-panel
|
||||
|
||||
info:
|
||||
name: Eagle For Apache Kakfa Login - Panel
|
||||
name: Eagle For Apache Kakfa Login - Detect
|
||||
author: irshad ahamed
|
||||
severity: info
|
||||
description: |
|
||||
|
@ -10,21 +10,28 @@ info:
|
|||
- https://github.com/smartloli/efak
|
||||
- https://www.kafka-eagle.org/
|
||||
metadata:
|
||||
max-request: 1
|
||||
verified: true
|
||||
shodan-query: http.favicon.hash:1693580324
|
||||
max-request: 1
|
||||
tags: efak,panel,login
|
||||
tags: panel,efak,login,detect
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
- "{{BaseURL}}/account/signin?/"
|
||||
|
||||
stop-at-first-match: true
|
||||
host-redirects: true
|
||||
max-redirects: 2
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- '<title>Login - EFAK</title>'
|
||||
- 'Eagle For Apache Kafka'
|
||||
- '<h1>EFAK</h1>'
|
||||
condition: or
|
||||
|
||||
- type: status
|
||||
status:
|
||||
|
|
Loading…
Reference in New Issue