Merge pull request #10357 from projectdiscovery/sftpgo-admin-setup

Create sftpgo-admin-setup.yaml
main
Dhiyaneshwaran 2024-07-23 12:34:05 +05:30 committed by GitHub
commit d3105f0363
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
id: sftpgo-admin-setup
info:
name: SFTPGo Admin - Setup
author: ritikchaddha
severity: high
description: |
SFTPGo Admin Password setup page has been exposed.
metadata:
max-request: 1
verified: true
fofa-query: title="SFTPGo - Setup"
tags: sftpgo,misconfig,setup
http:
- method: GET
path:
- "{{BaseURL}}/web/admin/setup"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'SFTPGo - Setup'
- 'SFTPGo you need to create an admin user'
condition: or
- type: status
status:
- 200