Merge pull request #5815 from projectdiscovery/mautic-installer

Create mautic-installer.yaml
patch-1
Prince Chaddha 2022-10-25 18:36:03 +05:30 committed by GitHub
commit 897655e878
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
id: mautic-installer
info:
name: Mautic Installer Exposure
author: DhiyaneshDk
severity: high
metadata:
verified: true
shodan-query: html:"Mautic Installation"
tags: misconfig,mautic,install
requests:
- method: GET
path:
- '{{BaseURL}}/installer'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Mautic Installation - Environment Check'
- 'Ready to Install!'
condition: and
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200