Skip to content

Commit

Permalink
Create filegator-panel.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ritikchaddha committed Sep 23, 2024
1 parent adbd294 commit 8656662
Showing 1 changed file with 31 additions and 0 deletions.
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

0 comments on commit 8656662

Please sign in to comment.