CrushFTP - Default Login
ID: crushftp-default-login
Severity: high
Author: pussycat0x
Tags: default-login,crushftp
Description
Section titled “Description”CrushFTP default login credentials were discovered.
YAML Source
Section titled “YAML Source”id: crushftp-default-login
info: name: CrushFTP - Default Login author: pussycat0x severity: high description: | CrushFTP default login credentials were discovered. classification: cpe: cpe:2.3:a:crushftp:crushftp:*:*:*:*:*:*:*:* metadata: verified: true max-request: 2 vendor: crushftp product: crushftp shodan-query: html:"CrushFTP" 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]+)'# digest: 4a0a00473045022100de1ca884d9aacd50af722b4b05e943bf2104c2d5397969fb100c5a655e03be34022064a5a4aa202dc64f0b7c3a5feb87308f38c3e6b8424d4cdeb63cab4b93894968:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/default-logins/crushftp/crushftp-default-login.yaml"