nuclei-templates/http/exposed-panels/roxy-fileman.yaml

41 lines
921 B
YAML
Raw Normal View History

2022-08-16 07:00:52 +00:00
id: roxy-fileman
info:
name: Roxy File Manager - Panel Detect
2022-08-16 07:00:52 +00:00
author: liquidsec,DhiyaneshDk
description: Roxy File Manager panel was detected.
2022-08-16 07:00:52 +00:00
severity: info
2022-10-25 13:40:49 +00:00
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-16 07:13:36 +00:00
metadata:
max-request: 4
2022-08-16 07:13:36 +00:00
verified: true
google-query: intitle:"Roxy file manager"
2023-07-05 07:50:14 +00:00
tags: tech,roxy,fileman,panel
2022-08-16 07:00:52 +00:00
http:
2022-08-16 07:00:52 +00:00
- 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
2022-08-16 07:00:52 +00:00
max-redirects: 2
2022-08-23 04:16:32 +00:00
matchers-condition: and
2022-08-16 07:00:52 +00:00
matchers:
- type: word
2022-08-23 04:32:38 +00:00
part: body
2022-08-16 07:00:52 +00:00
words:
2022-08-23 04:32:38 +00:00
- 'Roxy file manager'
- '[{"p":"'
condition: or
2022-08-23 04:16:32 +00:00
- type: status
status:
- 200