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

39 lines
722 B
YAML
Raw Normal View History

2022-08-08 08:36:35 +00:00
id: weiphp-panel
info:
name: Weiphp Panel - Detect
2022-08-08 08:36:35 +00:00
author: ritikchaddha
severity: info
description: Weiphp panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
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
# Enhanced by md on 2023/01/25