nuclei-templates/technologies/nifi-detech.yaml

28 lines
656 B
YAML
Raw Normal View History

2020-10-05 07:23:49 +00:00
id: apache-nifi-detect
info:
name: Apache NiFi detect
author: dwisiswant0
severity: info
requests:
- method: GET
path:
- "{{BaseURL}}/access/config"
- "{{BaseURL}}/controller/config"
- "{{BaseURL}}/controller/registry-clients"
- "{{BaseURL}}/counters"
- "{{BaseURL}}/flow/registries"
- "{{BaseURL}}/system-diagnostics"
2021-02-08 10:43:14 +00:00
- "{{BaseURL}}/nifi-api/access/config"
2020-10-05 07:23:49 +00:00
matchers-condition: and
matchers:
2020-10-05 07:24:50 +00:00
- type: regex
regex:
2020-10-05 07:23:49 +00:00
- "supportsLogin"
- "disconnectedNodeAcknowledged"
- "(aggregate|node)Snapshots?"
- type: status
status:
2021-02-08 10:43:14 +00:00
- 200