nuclei-templates/default-logins/ambari/ambari-default-credentials....

20 lines
488 B
YAML

id: ambari-default-credentials
info:
name: Apache Ambari Default Credentials
author: pdteam
severity: medium
tags: ambari,default-login
requests:
- method: GET
path:
- '{{BaseURL}}/api/v1/users/admin?fields=*,privileges/PrivilegeInfo/cluster_name,privileges/PrivilegeInfo/permission_name'
headers:
Authorization: "Basic YWRtaW46YWRtaW4="
matchers:
- type: word
words:
- '"Users" : {'
- 'AMBARI.'
condition: and