Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create filegator-panel.yaml #10810

Merged
merged 1 commit into from
Sep 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions http/exposed-panels/filegator-panel.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
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
Loading