39 lines
977 B
YAML
39 lines
977 B
YAML
id: apache-nifi-detect
|
|
|
|
info:
|
|
name: Apache NiFi detect
|
|
author: dwisiswant0
|
|
severity: info
|
|
metadata:
|
|
max-request: 7
|
|
tags: tech,apache,nifi
|
|
|
|
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
|
|
|
|
# digest: 4a0a00473045022067af6b8fd01c15412a2abd418b65169fae606947fd2069732d6ce165feae1863022100a3eb021cfdf68f4f27c062ac7b1632f49ffbdcab4c92b7b47a293433892fd2c4:922c64590222798bb761d5b6d8e72950
|