Create smf-installer.yaml

patch-1
Dhiyaneshwaran 2022-10-27 01:58:58 +05:30 committed by GitHub
parent a326344c5e
commit c591fac745
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: smf-installer
info:
name: SMF Installer
author: DhiyaneshDk
severity: high
metadata:
verified: true
shodan-query: title:"SMF Installer"
tags: misconfig,smf,install,exposure
requests:
- 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