37 lines
823 B
YAML
37 lines
823 B
YAML
id: unauth-mautic-upgrade
|
|
|
|
info:
|
|
name: Unauthenticated Mautic Upgrade.php Exposure
|
|
author: huowuzhao
|
|
severity: high
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: title:"Mautic"
|
|
tags: misconfig,unauth,mautic
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/upgrade.php'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'Upgrade Mautic'
|
|
- 'Click here to start upgrade'
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- 'text/html'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a0047304502207e93d8a408f2b4e4e1398ae3f7d86c63384e0701b2cf30e726d05e60225d000e022100c61ba17d47afdda9fee64db2cd690ca095c7fd15d4f6988f3cf06e5c4ce7993d:922c64590222798bb761d5b6d8e72950
|