Create machform-admin-panel.yaml

patch-1
Ritik Chaddha 2023-01-20 00:33:25 +05:30 committed by GitHub
parent c88c3bf668
commit 72dae5337f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
id: machform-admin-panel
info:
name: MachForm Admin Panel
author: ritikchaddha
severity: info
metadata:
verified: true
shodan-query: title:"MachForm Admin Panel"
tags: panel,machform,admin
requests:
- 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