2022-08-08 08:36:35 +00:00
|
|
|
id: weiphp-panel
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Weiphp Panel Detect
|
|
|
|
author: ritikchaddha
|
|
|
|
severity: info
|
2022-08-08 08:39:42 +00:00
|
|
|
metadata:
|
|
|
|
verified: true
|
|
|
|
shodan-query: http.html:"weiphp"
|
2022-08-08 08:36:35 +00:00
|
|
|
tags: panel,weiphp
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/index.php"
|
|
|
|
|
2022-10-07 21:27:25 +00:00
|
|
|
host-redirects: true
|
2022-08-08 08:36:35 +00:00
|
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
2022-08-08 21:00:38 +00:00
|
|
|
|
2022-08-08 08:36:35 +00:00
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- '_blank">WeiPHP'
|
|
|
|
- '/weiphp.css?'
|
|
|
|
condition: or
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|