36 lines
697 B
YAML
36 lines
697 B
YAML
id: lvmeng-uts-disclosure
|
|
|
|
info:
|
|
name: Lvmeng - UTS Disclosure
|
|
author: pikpikcu
|
|
severity: high
|
|
description: Lvmeng UTS was discovered.
|
|
tags: config,exposure
|
|
metadata:
|
|
max-request: 1
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/webapi/v1/system/accountmanage/account"
|
|
headers:
|
|
Content-Type: application/json
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
- type: word
|
|
words:
|
|
- "application/json"
|
|
condition: and
|
|
part: header
|
|
- type: word
|
|
words:
|
|
- "password"
|
|
- "nsfocus_uts"
|
|
- "MANAGER_IP"
|
|
condition: and
|
|
part: body
|