Skip to content

Ruijie Phpinfo Configuration - Detect

ID: ruijie-phpinfo

Severity: low

Author: pikpikcu

Tags: phpinfo,rujjie,config,exposure,ruijie

Ruijie phpinfo configuration was detected.

id: ruijie-phpinfo
info:
name: Ruijie Phpinfo Configuration - Detect
author: pikpikcu
severity: low
description: Ruijie phpinfo configuration was detected.
reference:
- https://github.com/PeiQi0/PeiQi-WIKI-POC/blob/PeiQi/PeiQi_Wiki/%E7%BD%91%E7%BB%9C%E8%AE%BE%E5%A4%87%E6%BC%8F%E6%B4%9E/%E9%94%90%E6%8D%B7/%E9%94%90%E6%8D%B7EG%E6%98%93%E7%BD%91%E5%85%B3%20phpinfo.view.php%20%E4%BF%A1%E6%81%AF%E6%B3%84%E9%9C%B2%E6%BC%8F%E6%B4%9E.md
classification:
cwe-id: CWE-200
metadata:
max-request: 1
tags: phpinfo,rujjie,config,exposure,ruijie
http:
- method: GET
path:
- "{{BaseURL}}/tool/view/phpinfo.view.php"
matchers-condition: and
matchers:
- type: word
words:
- "PHP Version"
- "PHP Extension"
condition: and
- type: status
status:
- 200
# digest: 4b0a00483046022100e5af107c5d4fc2e226212e31888df686a8b125e41a49ddb17f83917e63ca121c0221008cf23f3a9c29dd6317bc07a1e9ce9e563dd742cf8ed529fcce573f0d46080e79:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposures/configs/ruijie-phpinfo.yaml"

View on Github