Skip to content

MACH-ProWeb Login Panel - Detect

ID: mach-proweb-login

Severity: info

Author: Jaskaran

Tags: panel,machproweb,edb

MACH-ProWeb login panel was detected.

id: mach-proweb-login
info:
name: MACH-ProWeb Login Panel - Detect
author: Jaskaran
severity: info
description: |
MACH-ProWeb login panel was detected.
reference:
- https://www.exploit-db.com/ghdb/8023
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:h:reliablecontrols:mach-prowebcom:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
google-query: intitle:"Log on to MACH-ProWeb"
product: mach-prowebcom
vendor: reliablecontrols
tags: panel,machproweb,edb
http:
- method: GET
path:
- '{{BaseURL}}/login.html'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Log on to MACH-ProWeb'
- type: status
status:
- 200
# digest: 4a0a004730450221009493d248d1b7e735f21c667294866fd52bc828cb7f7626823753cb6bd59404af0220370b6281be503a39e3498dbcddd5c1d85bfb3caa08b9d1f90eb5ef3cf7c1a7fd:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/mach-proweb-login.yaml"

View on Github