nuclei-templates/technologies/nifi-detech.yaml

34 lines
754 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
2021-09-09 13:38:13 +00:00
tags: tech,apache,nifi
2020-10-05 07:23:49 +00:00
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"
2021-09-09 13:38:13 +00:00
stop-at-first-match: true
2020-10-05 07:23:49 +00:00
matchers-condition: and
matchers:
2020-10-05 07:24:50 +00:00
- type: regex
part: body
2020-10-05 07:24:50 +00:00
regex:
2020-10-05 07:23:49 +00:00
- "supportsLogin"
- "disconnectedNodeAcknowledged"
- "(aggregate|node)Snapshots?"
condition: or
2021-09-09 13:38:13 +00:00
2020-10-05 07:23:49 +00:00
- type: status
status:
2021-02-08 10:43:14 +00:00
- 200