Azkaban Web Client Default Credential
ID: azkaban-default-login
Severity: high
Author: pussycat0x
Tags: default-login,azkaban
Description
Section titled “Description”Azkaban is a batch workflow job scheduler created at LinkedIn to run Hadoop jobs. Default web client credentials were discovered.
YAML Source
Section titled “YAML Source”id: azkaban-default-login
info: name: Azkaban Web Client Default Credential author: pussycat0x severity: high description: Azkaban is a batch workflow job scheduler created at LinkedIn to run Hadoop jobs. Default web client credentials were discovered. classification: cwe-id: CWE-798 cpe: cpe:2.3:a:azkaban_project:azkaban:*:*:*:*:*:*:*:* metadata: max-request: 1 shodan-query: http.title:"Azkaban Web Client" product: azkaban vendor: azkaban_project tags: default-login,azkaban
http: - raw: - | POST / HTTP/1.1 Host: {{Hostname}} Content-Type: application/x-www-form-urlencoded; charset=UTF-8
action=login&username={{username}}&password={{password}}
payloads: username: - admin password: - admin attack: pitchfork
matchers-condition: and matchers: - type: word words: - '"session.id"' - '"success"' condition: and
- type: word words: - 'azkaban.browser.session.id' - 'application/json' condition: and part: header
- type: status status: - 200
extractors: - type: kval kval: - azkaban.browser.session.id# digest: 4b0a00483046022100f1cd1f6907456524e0d8e39076fb92998f35c4b293b4f0755e51692905c12402022100e15b630ff855691bbef8980c0fc4075fcf83ac4aae450ad1761aa3a34ec42a91:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/default-logins/azkaban/azkaban-default-login.yaml"