Merge pull request #5815 from projectdiscovery/mautic-installer
Create mautic-installer.yamlpatch-1
commit
897655e878
|
@ -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
|
Loading…
Reference in New Issue