Skip to content

Jinher-OA C6 - Default Admin Discovery

ID: jinher-oa-default-login

Severity: high

Author: ritikchaddha

Tags: jinher,default-login

Jinher-OA C6 default admin credentials were discovered.

id: jinher-oa-default-login
info:
name: Jinher-OA C6 - Default Admin Discovery
author: ritikchaddha
severity: high
description: Jinher-OA C6 default admin credentials were discovered.
reference:
- https://github.com/nu0l/poc-wiki/blob/main/%E9%87%91%E5%92%8COA-C6-default-password.md
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L
cvss-score: 8.3
cwe-id: CWE-522
metadata:
max-request: 1
tags: jinher,default-login
http:
- raw:
- |
POST /c6/Jhsoft.Web.login/AjaxForLogin.aspx HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
type=login&loginCode={{base64("{{username}}")}}&pwd={{base64("{{password}}")}}&
attack: pitchfork
payloads:
username:
- admin
password:
- "000000"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "ϵͳ¹ÜÀíÔ±|"
- "ÄúºÃ|||"
condition: and
- type: word
part: header
words:
- "SessionIDAdmin="
- type: status
status:
- 200
# digest: 4a0a00473045022100e3cdde9e81f84aa0b278c883f99d04926aae854b0e5e8ee015b09ff3e90f291f02205382b982821201052ee6d6fe31162bfe04ccd8e5a181a0c51f62ba4702cb572d:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/default-logins/jinher/jinher-oa-default-login.yaml"

View on Github