Merge pull request #5127 from projectdiscovery/roxy-fileman

Create roxy-fileman.yaml
patch-1
Prince Chaddha 2022-08-23 10:05:04 +05:30 committed by GitHub
commit 4f50ac7829
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,34 @@
id: roxy-fileman
info:
name: Roxy Fileman Detect
author: liquidsec,DhiyaneshDk
severity: info
metadata:
verified: true
google-dork: 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