MobiProxy Dashboard - Detect
ID: mobiproxy-dashboard
Severity: medium
Author: tess
Tags: dashboard,exposure,mobiproxy,misconfig
Description
Section titled “Description”MobiProxy dashboard was detected.
YAML Source
Section titled “YAML Source”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 max-request: 1 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# digest: 490a0046304402201cf701cdbf4301365bd805ed420cf64a4e6a2bff292d1df0a2365ad1717a4e25022063e83513674cf7d82d13220aa5201deede67213cf6fa541b5572c7fd65f7ae5a:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/misconfiguration/mobiproxy-dashboard.yaml"