Merge pull request #5894 from tess-ss/patch-45

Create phpwind-installer-exposed.yaml
patch-1
Prince Chaddha 2022-10-28 23:53:50 +05:30 committed by GitHub
commit c49079e1cb
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: phpwind-installer
info:
name: phpwind Installer Exposure
author: tess
severity: high
metadata:
verified: true
shodan-query: title:"Powered by phpwind"
tags: misconfig,phpwind,exposure,installer
requests:
- method: GET
path:
- '{{BaseURL}}/install.php?a=check'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Powered by phpwind</title>'
- '安装'
condition: and
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200