Skip to content

MachForm Admin Panel - Detect

ID: machform-admin-panel

Severity: info

Author: ritikchaddha

Tags: panel,machform,admin

MachForm Admin panel was detected.

id: machform-admin-panel
info:
name: MachForm Admin Panel - Detect
author: ritikchaddha
severity: info
description: MachForm Admin panel was detected.
reference:
- https://www.machform.com/
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:a:machform:machform:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
shodan-query: title:"MachForm Admin Panel"
product: machform
vendor: machform
tags: panel,machform,admin
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'alt="MachForm"'
- '<title>MachForm Admin Panel</title>'
condition: or
- type: status
status:
- 200
# digest: 4a0a004730450220227f363eee6d475c6b8cf0a0b4746352917f99a49b5f0652dd54efb3320253a40221008b2406e79c965cc2c9a77bf92ca865a6372f22e54693a20e83ad95171d6ca96f: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/machform-admin-panel.yaml"

View on Github