Merge pull request #5044 from projectdiscovery/weiphp-panel

Create weiphp-panel.yaml
patch-1
Prince Chaddha 2022-08-08 14:03:20 -07:00 committed by GitHub
commit 77bea988f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
id: weiphp-panel
info:
name: Weiphp Panel Detect
author: ritikchaddha
severity: info
metadata:
verified: true
shodan-query: http.html:"weiphp"
tags: panel,weiphp
requests:
- method: GET
path:
- "{{BaseURL}}/index.php"
redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- '_blank">WeiPHP'
- '/weiphp.css?'
condition: or
- type: status
status:
- 200