Skip to content

FileGator Panel - Detect

ID: filegator-panel

Severity: info

Author: ritikchaddha

Tags: filegator,panel,login,detect

id: filegator-panel
info:
name: FileGator Panel - Detect
author: ritikchaddha
severity: info
reference:
- https://serverpilot.io/docs/how-to-install-a-file-manager-on-your-server/#:~:text=You%20should%20see%20the%20FileGator,Password%3A%20admin123
metadata:
verified: true
max-request: 2
shodan-query: title:"FileGator"
tags: filegator,panel,login,detect
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>FileGator'
- type: status
status:
- 200
# digest: 4a0a00473045022100fecd95aa925410247ec6c205003569fcc1b7d7551d8410748485e48ee281d76b0220061c0023cc1c7efce5865ed15e788a02c4214d0fbc581e6a52e5c9eb3b12f4a0:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/filegator-panel.yaml"

View on Github