Update nps-default-password.yaml
parent
536df71d34
commit
cb3d29a99b
|
@ -1,7 +1,7 @@
|
||||||
id: nps-default-password
|
id: nps-default-password
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: NPS Default Password
|
name: NPS Default Password
|
||||||
author: pikpikcu
|
author: pikpikcu
|
||||||
severity: high
|
severity: high
|
||||||
tags: nps,dlogin
|
tags: nps,dlogin
|
||||||
|
@ -11,10 +11,10 @@ requests:
|
||||||
path:
|
path:
|
||||||
- "{{BaseURL}}/login/verify"
|
- "{{BaseURL}}/login/verify"
|
||||||
body: "username=admin&password=123"
|
body: "username=admin&password=123"
|
||||||
headers:
|
headers:
|
||||||
Content-Type: application/x-www-form-urlencoded
|
Content-Type: application/x-www-form-urlencoded
|
||||||
Referer: "{{Hostname}}/login/index"
|
Referer: "{{Hostname}}/login/index"
|
||||||
|
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
|
|
Loading…
Reference in New Issue