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

35 lines
719 B
YAML

id: roxy-fileman
info:
name: Roxy Fileman Detect
author: liquidsec,DhiyaneshDk
severity: info
metadata:
verified: true
google-query: intitle:"Roxy file manager"
tags: tech,fileupload,roxy,fileman
requests:
- 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
redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Roxy file manager'
- '[{"p":"'
condition: or
- type: status
status:
- 200