nuclei-templates/technologies/prtg-detect.yaml

39 lines
752 B
YAML
Raw Normal View History

2020-12-11 14:31:04 +00:00
id: prtg-detect
2021-09-09 13:38:13 +00:00
2020-12-11 14:31:04 +00:00
info:
name: Detect PRTG
author: geeknik
description: Monitor all the systems, devices, traffic, and applications in your IT infrastructure -- https://www.paessler.com/prtg
severity: info
2021-09-09 13:38:13 +00:00
tags: tech,prtg
2020-12-11 14:31:04 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/index.htm"
- "{{BaseURL}}/prtg/index.htm"
- "{{BaseURL}}/PRTG/index.htm"
2021-10-08 13:42:34 +00:00
2021-10-08 06:35:49 +00:00
stop-at-first-match: true
2020-12-11 14:31:04 +00:00
matchers-condition: and
matchers:
- type: status
status:
- 200
2021-10-08 13:42:34 +00:00
2020-12-11 14:31:04 +00:00
- type: word
part: body
words:
- "PRTG Network Monitor"
- type: regex
part: header
regex:
- PRTG
extractors:
- type: kval
part: header
kval:
- Server