nuclei-templates/exposed-panels/weiphp-panel.yaml

32 lines
525 B
YAML
Raw Normal View History

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"
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