Skip to content

D-Link AC Centralized Management System - Default Login

ID: dlink-centralized-default-login

Severity: high

Author: SleepingBag945

Tags: default-login,dlink

D-Link AC Centralized Management System default login credentials were discovered.

id: dlink-centralized-default-login
info:
name: D-Link AC Centralized Management System - Default Login
author: SleepingBag945
severity: high
description: |
D-Link AC Centralized Management System default login credentials were discovered.
metadata:
verified: true
max-request: 1
fofa-query: title="AC集中管理平台" && body="D-Link路由器管理页"
tags: default-login,dlink
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: dsl
dsl:
- 'status_code_1 == 200 && !contains(body_1,"flag=0")'
condition: and
- type: word
part: header
words:
- "Set-Cookie"
- "ac_userid"
condition: and
- type: word
part: body
words:
- "window.open"
condition: and
# digest: 4a0a00473045022100a7e03e872194c9d26a7c165698ff029c3364a185a9a2b712b507c0f4931bad7202203284baf3ac4b462901cc91308d209c233f50a0f754f993ae948951cb19f1ad4a: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/d-link/dlink-centralized-default-login.yaml"

View on Github