Update and rename misconfiguration/unauthenticated-x-proxy-dashboar-detect.yaml to exposed-panels/unauth-xproxy-dashboard.yaml

patch-1
Prince Chaddha 2022-02-22 14:51:25 +05:30 committed by GitHub
parent dcb3890992
commit da1886fcaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 6 deletions

View File

@ -1,23 +1,26 @@
id: unauthenticated-x-proxy-dashboard-detect
id: unauth-xproxy-dashboard
info:
name: X-Proxy Dashboard Detect
author: pussycat0x
severity: High
severity: high
metadata:
fofa-dork: "X-Proxy Dashboard"
tags: login, tech
tags: xproxy,panel
requests:
- method: GET
path:
- "{{BaseURL}}/"
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Configurations</a>'
- '<title>X-Proxy</title>'
- 'Dashboard</a>'
condition: and
part: body
- type: status
status:
- 200