Update nps-auth-bypass.yaml
parent
af11412622
commit
9cfebe489b
|
@ -4,9 +4,13 @@ info:
|
|||
name: NPS Authentication Bypass
|
||||
author: SleepingBag945
|
||||
severity: high
|
||||
description: This will reveal all parameters configured on the NPS, including the account username and password of the proxy.
|
||||
description: |
|
||||
This will reveal all parameters configured on the NPS, including the account username and password of the proxy.
|
||||
reference:
|
||||
- https://mari0er.club/post/nps.html/
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: html:"https://ehang.io/nps"
|
||||
tags: nps,auth-bypass
|
||||
|
||||
requests:
|
||||
|
@ -23,13 +27,12 @@ requests:
|
|||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "rows"
|
||||
- "total"
|
||||
part: body
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
# Enhanced by mp on 2022/04/12
|
||||
|
|
Loading…
Reference in New Issue