Merge pull request #9649 from projectdiscovery/pussycat0x-patch-6

CrushFTP Default Login
patch-1
Dhiyaneshwaran 2024-04-26 14:15:29 +05:30 committed by GitHub
commit d93221b009
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 58 additions and 0 deletions

View File

@ -0,0 +1,58 @@
id: crushftp-default-login
info:
name: CrushFTP - Default Login
author: pussycat0x
severity: high
description: |
CrushFTP default login credentials were discovered.
metadata:
shodan-query: html:"CrushFTP"
verified: true
max-request: 2
tags: default-login,crushftp
http:
- raw:
- |
GET /WebInterface/ HTTP/1.1
Host: {{Hostname}}
- |
POST /WebInterface/function/ HTTP/1.1
Host: {{Hostname}}
Origin: {{RootURL}}
Referer: {{RootURL}}/WebInterface/login.html
command=login&username={{username}}&password={{password}}&encoded=true&language=en&random=0.34712915617878926
attack: pitchfork
payloads:
username:
- crushadmin
password:
- crushadmin
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body_2
words:
- "<response>success</response>"
- type: word
part: header_2
words:
- "text/xml"
extractors:
- type: regex
name: auth
internal: true
part: header_2
group: 1
regex:
- 'currentAuth=([0-9a-zA-Z]+)'