Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2011-0762 — Um script automatizado melhorando o exploit do cve-2011-0762 postado no exploit-db | Kitploit
Tools/GitHubGitHub/s3mpr1linux/cve-2011-0762
Vulnerability AnalysisExploitationWeb Application ExploitationFuzzingPenetration Testing
GitHubs3mpr1linux/cve-2011-0762

CVE-2011-0762

Um script automatizado melhorando o exploit do cve-2011-0762 postado no exploit-db

View Repository
1 year agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2011-0762 Exploit

C exploit for the CVE-2011-0762 vulnerability in FTP servers that allows sending a STAT command with a malicious payload to cause potential crashes or unwanted execution.


Description

This exploit connects to an FTP server and authenticates using a provided username and password (or uses default anonymous credentials). After login, it sends a STAT command with a specially crafted payload to exploit the vulnerability.

The STAT command has a nested brace ({}) structure that can cause memory corruption or crash on the vulnerable FTP server.


Usage

root@kitploit:~
./cve-2011-0762 <host> <port> [user] [password] [option]
  • <host> IP address or hostname of the target FTP server (required).

  • <port> FTP service port (usually 21) (required).

  • [user] FTP username (optional, default: anonymous).

  • [password] FTP password (optional, default: [email protected]).

  • [option] If any value is passed, the exploit ignores failures in data reading (recv) (optional).

References

  • Exploit-DB CVE-2011-0762
  • CVE Details
Download Tool