2021-12-27 05:01:53 +00:00
|
|
|
id: bedita-panel
|
2021-07-21 18:24:05 +00:00
|
|
|
|
|
|
|
info:
|
2022-11-08 20:55:31 +00:00
|
|
|
name: BEdita Login Panel - Detect
|
2021-12-27 05:01:53 +00:00
|
|
|
author: pikpikcu,daffainfo
|
2021-07-21 18:24:05 +00:00
|
|
|
severity: info
|
2022-11-08 20:55:31 +00:00
|
|
|
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.0
|
|
|
|
cwe-id: CWE-200
|
2021-12-27 05:01:53 +00:00
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
2021-12-27 05:01:53 +00:00
|
|
|
shodan-query: http.title:"BEdita"
|
|
|
|
tags: panel,bedita
|
2021-07-21 18:24:05 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-07-21 18:24:05 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
2021-07-25 19:56:55 +00:00
|
|
|
- "{{BaseURL}}"
|
2021-07-21 18:24:05 +00:00
|
|
|
|
2021-12-27 05:01:53 +00:00
|
|
|
matchers-condition: and
|
2021-07-21 18:24:05 +00:00
|
|
|
matchers:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
regex:
|
|
|
|
- 'BEdita(.*)</a><br>'
|
|
|
|
|
2021-12-27 05:01:53 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
|
2021-07-21 18:24:05 +00:00
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
group: 1
|
|
|
|
regex:
|
|
|
|
- 'target="besite">(.*)</a><br>'
|