Files
nuclei-templates/exposed-panels/cacti-panel.yaml
forgedhallpass 209538baa6 refactor: Description field uniformization
* info field reorder
* reference values refactored to list
* added new lines after the id and before the protocols
* removed extra new lines
* split really long descriptions to multiple lines (part 1)
* other minor fixes
2022-04-22 13:38:41 +03:00

41 lines
789 B
YAML

id: cacti-panel
info:
name: Cacti Login Panel
author: geeknik,daffainfo
severity: info
description: Cacti is a complete network graphing solution -- https://www.cacti.net/
tags: tech,cacti,login
requests:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/cacti/"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "<title>Login to Cacti</title>"
- "The Cacti Group"
condition: and
- type: regex
part: header
regex:
- Cacti+
extractors:
- type: regex
part: body
group: 1
regex:
- "<div class='versionInfo'>Version (.*) |"