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

24 lines
372 B
YAML
Raw Normal View History

id: fuelcms-panel
2022-04-11 20:06:04 +00:00
info:
name: Fuel CMS Panel
2022-04-11 20:06:04 +00:00
author: Adam Crosser
severity: info
2022-04-12 13:24:01 +00:00
tags: panel,fuelcms,oss
2022-04-11 20:06:04 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/fuel/login"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>FUEL CMS</title>"
2022-04-11 20:06:04 +00:00
- type: status
status:
- 200