my-nuclei-templates/bedita-panel.yaml

33 lines
542 B
YAML
Raw Normal View History

2022-06-18 08:05:25 +00:00
id: bedita-panel
info:
name: BEdita Panel Login
author: pikpikcu,daffainfo
severity: info
metadata:
shodan-query: http.title:"BEdita"
tags: panel,bedita
requests:
- 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>'