CrushFTP - Anonymous Login
ID: crushftp-anonymous-login
Severity: high
Author: pussycat0x
Tags: default-logins,anonymous,crushftp,default-login
Description
Section titled “Description”CrushFTP Anonymous login credentials were discovered.
YAML Source
Section titled “YAML Source”id: crushftp-anonymous-login
info: name: CrushFTP - Anonymous Login author: pussycat0x severity: high description: | CrushFTP Anonymous 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-logins,anonymous,crushftp,default-login
http: - raw: - | GET /WebInterface/ HTTP/1.1 Host: {{Hostname}} - | POST /WebInterface/function/ HTTP/1.1 Host: {{Hostname}} Content-Type: application/x-www-form-urlencoded
command=getUsername&random=0.4186510822713485&c2f={{auth}}
matchers-condition: and matchers: - type: word part: body_2 words: - "<username>anonymous</username>"
- type: word part: header_2 words: - "text/xml"
extractors: - type: regex name: auth internal: true part: header_1 group: 1 regex: - 'currentAuth=([0-9a-zA-Z]+)'# digest: 490a00463044022074d36183e0fed2581fffd68efd0ff769a48df9462f1fba884799a00757a84b36022003256047913294fa0fcdbfcb975d860eccb1c1195e9e2fe06866bc6dd30c5e73: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-anonymous-login.yaml"