commit
90236df4d1
|
@ -0,0 +1,33 @@
|
|||
id: nps-default-password
|
||||
|
||||
info:
|
||||
name: NPS Default Password
|
||||
author: pikpikcu
|
||||
severity: high
|
||||
tags: nps,dlogin
|
||||
|
||||
requests:
|
||||
- method: POST
|
||||
path:
|
||||
- "{{BaseURL}}/login/verify"
|
||||
body: "username=admin&password=123"
|
||||
headers:
|
||||
Content-Type: application/x-www-form-urlencoded
|
||||
Referer: "{{Hostname}}/login/index"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "application/json"
|
||||
part: header
|
||||
condition: and
|
||||
- type: word
|
||||
words:
|
||||
- '"msg": "login success"'
|
||||
- '"status": 1'
|
||||
part: body
|
||||
condition: and
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue