nuclei-templates/technologies/cacti-detect.yaml

36 lines
655 B
YAML
Raw Normal View History

2020-12-11 14:39:47 +00:00
id: cacti-detect
info:
name: Detect Cacti
author: geeknik
description: Cacti is a complete network graphing solution -- https://www.cacti.net/
severity: info
requests:
- method: GET
path:
2021-01-13 07:31:46 +00:00
- "{{BaseURL}}"
2020-12-11 14:39:47 +00:00
- "{{BaseURL}}/cacti/"
2020-12-11 17:24:58 +00:00
matchers-condition: and
2020-12-11 14:39:47 +00:00
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "Login to Cacti"
- "The Cacti Group"
condition: and
- type: regex
part: header
regex:
- Cacti+
extractors:
- type: kval
part: header
kval:
- Set-Cookie