mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-09 04:03:16 +08:00
* 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
39 lines
752 B
YAML
39 lines
752 B
YAML
id: prtg-detect
|
|
|
|
info:
|
|
name: Detect PRTG
|
|
author: geeknik
|
|
severity: info
|
|
description: Monitor all the systems, devices, traffic, and applications in your IT infrastructure -- https://www.paessler.com/prtg
|
|
tags: tech,prtg
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/index.htm"
|
|
- "{{BaseURL}}/prtg/index.htm"
|
|
- "{{BaseURL}}/PRTG/index.htm"
|
|
|
|
stop-at-first-match: true
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "PRTG Network Monitor"
|
|
|
|
- type: regex
|
|
part: header
|
|
regex:
|
|
- PRTG
|
|
|
|
extractors:
|
|
- type: kval
|
|
part: header
|
|
kval:
|
|
- Server
|