nuclei-templates/http/technologies/nifi-detech.yaml

36 lines
781 B
YAML

id: apache-nifi-detect
info:
name: Apache NiFi detect
author: dwisiswant0
severity: info
tags: tech,apache,nifi
metadata:
max-request: 7
http:
- method: GET
path:
- "{{BaseURL}}/access/config"
- "{{BaseURL}}/controller/config"
- "{{BaseURL}}/controller/registry-clients"
- "{{BaseURL}}/counters"
- "{{BaseURL}}/flow/registries"
- "{{BaseURL}}/system-diagnostics"
- "{{BaseURL}}/nifi-api/access/config"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: regex
part: body
regex:
- "supportsLogin"
- "disconnectedNodeAcknowledged"
- "(aggregate|node)Snapshots?"
condition: or
- type: status
status:
- 200