nuclei-templates/technologies/bedita-detect.yaml

26 lines
395 B
YAML
Raw Normal View History

2021-07-21 18:24:05 +00:00
id: bedita-detect
info:
name: BEdita detect
author: pikpikcu
severity: info
tags: tech,bedita
requests:
- method: GET
path:
2021-07-25 19:56:55 +00:00
- "{{BaseURL}}"
2021-07-21 18:24:05 +00:00
matchers:
- type: regex
part: body
regex:
- 'BEdita(.*)</a><br>'
extractors:
- type: regex
part: body
group: 1
regex:
- 'target="besite">(.*)</a><br>'