45 lines
1010 B
YAML
45 lines
1010 B
YAML
id: bedita-panel
|
|
|
|
info:
|
|
name: BEdita Login Panel - Detect
|
|
author: pikpikcu,daffainfo
|
|
severity: info
|
|
description: BEdita login panel was detected.
|
|
reference:
|
|
- https://www.bedita.com/
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cvss-score: 0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
vendor: bedita
|
|
product: bedita
|
|
max-request: 1
|
|
shodan-query: http.title:"BEdita"
|
|
tags: panel,bedita
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- 'BEdita(.*)</a><br>'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- 'target="besite">(.*)</a><br>'
|
|
|
|
# digest: 4a0a004730450220592781a10fc10990ca8d33fca2244f51edaae8a0d58316b88ef5f0e881256905022100ac6356b01cdc59e0b4b461c0b1c3e5dfa5b258cb124bff79e989663e2e5c9224:922c64590222798bb761d5b6d8e72950
|