Skip to content

Roxy File Manager - Panel Detect

ID: roxy-fileman

Severity: info

Author: liquidsec,DhiyaneshDk

Tags: tech,roxy,fileman,panel,roxyfileman

Roxy File Manager panel was detected.

id: roxy-fileman
info:
name: Roxy File Manager - Panel Detect
author: liquidsec,DhiyaneshDk
severity: info
description: Roxy File Manager 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
cwe-id: CWE-200
cpe: cpe:2.3:a:roxyfileman:roxy_fileman:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 4
vendor: roxyfileman
product: roxy_fileman
google-query:
- intitle:"Roxy file manager"
- intitle:"roxy file manager"
shodan-query: http.title:"roxy file manager"
fofa-query: title="roxy file manager"
tags: tech,roxy,fileman,panel,roxyfileman
http:
- method: GET
path:
- "{{BaseURL}}/index.html"
- "{{BaseURL}}/fileman/index.html"
- "{{BaseURL}}/fileman/php/fileslist.php"
- "{{BaseURL}}/fileman/asp_net/main.ashx"
stop-at-first-match: true
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Roxy file manager'
- '[{"p":"'
condition: or
- type: status
status:
- 200
# digest: 4a0a0047304502207fe0e43669d4e256b611dc3cccb178039e560d0c2773f1f122d3d61163d5266c022100cce4b69251abb73ffb9f81b5a88d624eac42c2b7748dff8effd40a04cf7606d0: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/exposed-panels/roxy-fileman.yaml"

View on Github