diff --git a/http/exposed-panels/filegator-panel.yaml b/http/exposed-panels/filegator-panel.yaml new file mode 100644 index 00000000000..e1ac316fce9 --- /dev/null +++ b/http/exposed-panels/filegator-panel.yaml @@ -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: + - 'FileGator' + + - type: status + status: + - 200