23 lines
486 B
YAML
23 lines
486 B
YAML
id: advance-setup-login
|
|
|
|
info:
|
|
name: Advance Setup Login
|
|
author: dhiyaneshDK
|
|
severity: info
|
|
reference: https://www.exploit-db.com/ghdb/6819
|
|
tags: panel,setup
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/cgi-bin/webcm?getpage=../html/login.html'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '<title>Advanced Setup - Security - Admin User Name & Password</title>'
|
|
- type: status
|
|
status:
|
|
- 200
|