Merge pull request #3735 from pussycat0x/master

Unauthenticated  X-Proxy Dashboard Detect
patch-1
Prince Chaddha 2022-02-22 15:00:14 +05:30 committed by GitHub
commit b94556f67e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 26 additions and 0 deletions

View File

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