nuclei-templates/exposed-panels/gerapy-detect.yaml

24 lines
354 B
YAML

id: gerapy-detect
info:
name: Gerapy Detect
author: pikpikcu
severity: info
tags: tech,gerapy,panel
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Gerapy</title>"
- type: status
status:
- 200