43 lines
1010 B
YAML
43 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: 4b0a004830460221009f6dc4958cf5a396215b1f6981a1ce4054fc47aa68d01667ceca63af6041c6e4022100aba0ee27daf63625852e63ea080d47afc9c8b39dc72d5176240f974d504aeafc:922c64590222798bb761d5b6d8e72950 |