commit
4f50ac7829
|
@ -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
|
Loading…
Reference in New Issue