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

35 lines
718 B
YAML
Raw Normal View History

2022-08-16 07:00:52 +00:00
id: roxy-fileman
info:
name: Roxy Fileman Detect
author: liquidsec,DhiyaneshDk
severity: info
2022-08-16 07:13:36 +00:00
metadata:
verified: true
google-dork: intitle:"Roxy file manager"
2022-08-16 07:00:52 +00:00
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
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