23 lines
508 B
YAML
23 lines
508 B
YAML
|
id: dlink-wireless
|
||
|
|
||
|
info:
|
||
|
name: D-Link Wireless Router Login
|
||
|
author: dhiyaneshDK
|
||
|
severity: info
|
||
|
reference: https://www.exploit-db.com/ghdb/6784
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- '{{BaseURL}}/status.php'
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- '<title>D-LINK SYSTEMS, INC. | WIRELESS ROUTER | HOME</title>'
|
||
|
- '<title>D-LINK SYSTEMS, INC. | WIRELESS ACCESS POINT | HOME</title>'
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|