Create web-file-manager.yaml

patch-1
Dhiyaneshwaran 2022-07-09 01:51:44 +01:00 committed by GitHub
parent 09e94a5a6b
commit a5d271e0b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
id: web-file-manager
info:
name: Web File Manager
author: DhiyaneshDK
severity: info
metadata:
verified: true
shodan-dork: title:"Web File Manager"
tags: panel
requests:
- method: GET
path:
- '{{BaseURL}}/Login'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Web File Manager</title>'
- type: word
part: header
words:
- 'text/html'
- type: status
status:
- 200