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

41 lines
783 B
YAML
Raw Normal View History

id: cacti-panel
2020-12-11 14:39:47 +00:00
info:
name: Cacti Login Panel
author: geeknik,daffainfo
2020-12-11 14:39:47 +00:00
description: Cacti is a complete network graphing solution -- https://www.cacti.net/
severity: info
2021-09-09 13:38:13 +00:00
tags: tech,cacti
2020-12-11 14:39:47 +00:00
requests:
- method: GET
path:
2021-01-13 07:31:46 +00:00
- "{{BaseURL}}"
2020-12-11 14:39:47 +00:00
- "{{BaseURL}}/cacti/"
stop-at-first-match: true
2020-12-11 17:24:58 +00:00
matchers-condition: and
2020-12-11 14:39:47 +00:00
matchers:
- type: status
status:
- 200
2020-12-11 14:39:47 +00:00
- type: word
part: body
words:
- "<title>Login to Cacti</title>"
2020-12-11 14:39:47 +00:00
- "The Cacti Group"
condition: and
- type: regex
part: header
regex:
- Cacti+
extractors:
- type: regex
part: body
group: 1
regex:
- "<div class='versionInfo'>Version (.*) |"