Update nps-auth-bypass.yaml

patch-1
Dhiyaneshwaran 2022-12-07 10:49:50 +05:30 committed by GitHub
parent af11412622
commit 9cfebe489b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 4 deletions

View File

@ -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