nuclei-templates/technologies/prtg-detect.yaml

36 lines
725 B
YAML
Raw Normal View History

2020-12-11 14:31:04 +00:00
id: prtg-detect
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
requests:
- method: GET
path:
- "{{BaseURL}}/index.htm"
- "{{BaseURL}}/prtg/index.htm"
- "{{BaseURL}}/PRTG/index.htm"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "PRTG Network Monitor"
condition: and
- type: regex
part: header
regex:
- PRTG
extractors:
- type: kval
part: header
kval:
- Server