nuclei-templates/exposed-panels/bedita-panel.yaml

33 lines
542 B
YAML
Raw Normal View History

id: bedita-panel
2021-07-21 18:24:05 +00:00
info:
name: BEdita Panel Login
author: pikpikcu,daffainfo
2021-07-21 18:24:05 +00:00
severity: info
metadata:
shodan-query: http.title:"BEdita"
tags: panel,bedita
2021-07-21 18:24:05 +00:00
requests:
- method: GET
path:
2021-07-25 19:56:55 +00:00
- "{{BaseURL}}"
2021-07-21 18:24:05 +00:00
matchers-condition: and
2021-07-21 18:24:05 +00:00
matchers:
- type: regex
part: body
regex:
- 'BEdita(.*)</a><br>'
- type: status
status:
- 200
2021-07-21 18:24:05 +00:00
extractors:
- type: regex
part: body
group: 1
regex:
- 'target="besite">(.*)</a><br>'