37 lines
779 B
YAML
37 lines
779 B
YAML
id: smf-installer
|
|
|
|
info:
|
|
name: SMF Installer
|
|
author: DhiyaneshDk
|
|
severity: high
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: title:"SMF Installer"
|
|
tags: misconfig,smf,install,exposure
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/install.php'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'SMF Installer'
|
|
- 'Progress'
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- 'text/html'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 490a0046304402201f29cbfd0e6d654e0c2f890a15fe57fbd254f8cad796ca33a458ffcabca26a7a02200e0003c2dce897b6640cbd394b357c9c884aef53f1377bbdc31145f24c7f8ab4:922c64590222798bb761d5b6d8e72950
|