37 lines
728 B
YAML
37 lines
728 B
YAML
|
id: mobiproxy-dashboard
|
||
|
|
||
|
info:
|
||
|
name: MobiProxy Dashboard - Detect
|
||
|
author: tess
|
||
|
severity: medium
|
||
|
description: MobiProxy dashboard was detected.
|
||
|
classification:
|
||
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
|
||
|
cvss-score: 5.3
|
||
|
cwe-id: CWE-200
|
||
|
metadata:
|
||
|
verified: true
|
||
|
shodan-query: http.title:"MobiProxy"
|
||
|
tags: dashboard,exposure,mobiproxy,misconfig
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- '{{BaseURL}}'
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- '<title>MobiProxy'
|
||
|
- 'Dashboard'
|
||
|
- 'Setting'
|
||
|
condition: and
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
|
||
|
# Enhanced by md on 2023/03/10
|