Azkaban Web Client
ID: azkaban-web-client
Severity: info
Author: dhiyaneshDK
Tags: panel,azkaban
Description
Section titled “Description”An Azkaban web client panel was discovered.
YAML Source
Section titled “YAML Source”id: azkaban-web-client
info: name: Azkaban Web Client author: dhiyaneshDK severity: info description: An Azkaban web client panel was discovered. reference: - https://azkaban.github.io/ classification: cwe-id: CWE-200 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: panel,azkaban
http: - method: GET path: - '{{BaseURL}}'
matchers-condition: and matchers: - type: word words: - 'Azkaban Web Client'
- type: status status: - 200# digest: 4a0a00473045022100bd78c2c2e4f9d85388d78581b7ee2db0ad3efc3317cfd0519b0330e52811e65c02202a6060a503672de5cd47712b983cfb8f1d675f9f621fd38df94ad802adc91a5d: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/exposed-panels/azkaban-web-client.yaml"