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

37 lines
740 B
YAML
Raw Normal View History

2022-11-21 10:40:20 +00:00
id: mach-proweb-login
info:
name: MACH-ProWeb Login Panel - Detect
2022-11-21 10:40:20 +00:00
author: Jaskaran
severity: info
2022-11-21 10:46:38 +00:00
description: |
MACH-ProWeb login panel was detected.
2022-11-21 10:40:20 +00:00
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
2022-11-21 10:40:20 +00:00
metadata:
2022-11-21 10:46:38 +00:00
verified: true
2022-11-21 10:40:20 +00:00
google-query: intitle:"Log on to MACH-ProWeb"
2022-11-21 10:46:38 +00:00
tags: panel,machproweb,edb
2022-11-21 10:40:20 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/login.html'
matchers-condition: and
matchers:
2022-11-24 08:54:30 +00:00
- type: word
part: body
words:
2022-11-21 10:46:38 +00:00
- 'Log on to MACH-ProWeb'
2022-11-21 10:40:20 +00:00
- type: status
status:
- 200
# Enhanced by md on 2022/11/29