nuclei-templates/http/exposed-panels/azkaban-web-client.yaml

32 lines
592 B
YAML
Raw Normal View History

2021-08-09 16:23:05 +00:00
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
2022-07-04 08:46:15 +00:00
metadata:
max-request: 1
2022-07-04 08:46:15 +00:00
shodan-query: http.title:"Azkaban Web Client"
tags: panel,azkaban
2021-08-09 16:23:05 +00:00
http:
2021-08-09 16:23:05 +00:00
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- 'Azkaban Web Client'
- type: status
status:
- 200
# Enhanced by mp on 2022/03/20