nuclei-templates/exposed-panels/mach-proweb-login.yaml

37 lines
740 B
YAML

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
cvss-score: 0.0
cwe-id: CWE-200
metadata:
verified: true
google-query: intitle:"Log on to MACH-ProWeb"
tags: panel,machproweb,edb
requests:
- method: GET
path:
- '{{BaseURL}}/login.html'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Log on to MACH-ProWeb'
- type: status
status:
- 200
# Enhanced by md on 2022/11/29