nuclei-templates/http/misconfiguration/installer/phpwind-installer.yaml

35 lines
624 B
YAML
Raw Normal View History

id: phpwind-installer
2022-10-28 02:32:27 +00:00
info:
name: phpwind Installer Exposure
2022-10-28 02:32:27 +00:00
author: tess
severity: high
metadata:
max-request: 1
2022-10-28 02:32:27 +00:00
verified: true
shodan-query: title:"Powered by phpwind"
2022-10-28 19:23:24 +00:00
tags: misconfig,phpwind,exposure,install
2022-10-28 02:32:27 +00:00
http:
2022-10-28 02:32:27 +00:00
- method: GET
path:
- '{{BaseURL}}/install.php?a=check'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Powered by phpwind</title>'
2022-10-28 12:45:49 +00:00
- '安装'
2022-10-28 02:32:27 +00:00
condition: and
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200