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-2553 — Bash exploit for CVE-2011-2553 enabling remote code execution and privilege escalation on vulnerable FTP services via a special character in the USER field. | Kitploit
Tools/GitHubGitHub/carlosrpastrana/cve-2011-2553
Vulnerability AnalysisExploitationCTFPenetration TestingLearning & EducationRemote Access Tool
GitHubcarlosrpastrana/cve-2011-2553

cve-2011-2553

Bash exploit for CVE-2011-2553 enabling remote code execution and privilege escalation on vulnerable FTP services via a special character in the USER field.

View Repository
111 months 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

Notice: This repository contains educational material for testing in a controlled laboratory. Do not use the files or techniques described here against systems that are not your own or that do not have explicit authorization. The goal is learning and strengthening security.

CVE-2011-2553 FTP Service Exploit

Bash exploit for vulnerability CVE-2011-2553 in FTP services that allows remote code execution and privilege escalation.

🚨 Features

  • Full automation: Exploitation in a single command
  • Cross-platform compatibility: Works on any system with Bash
  • Robust error handling: Checks and informative messages
  • Colorized output: Easy process tracking
  • Flexible configuration: Customizable parameters

🛠 Requirements

  • bash (v4.0+)
  • netcat (nc)
  • Network connection to the target

📦 Installation

root@kitploit:~
git clone https://github.com/carlosrpastrana/cve-2011-2553.git
root@kitploit:~
cd cve-2011-2553-exploit
root@kitploit:~
chmod +x escalaprivile.sh

Basic usage:

root@kitploit:~
./exploit.sh <VICTIM_IP>

Advanced usage:

root@kitploit:~
./exploit.sh <VICTIM_IP> <FTP_PORT> <BACKDOOR_PORT>

Examples:

Usage with default values (FTP: 21, Backdoor: 5000)

root@kitploit:~
./exploit.sh 172.17.0.2

Specifying custom ports

root@kitploit:~
./exploit.sh 192.168.1.100 21 4444

In CTF environment

root@kitploit:~
./exploit.sh 10.10.10.5 21 1337

⚙️ Operation

Reconnaissance: Checks dependencies and connectivity

Exploitation: Sends malicious payload to the FTP service

Backdoor: Automatically connects to the remote shell

Access: Provides interactive system access

🛡 Affected Services

FTP services that have not applied patches for CVE-2011-2553

Specific FTP implementations vulnerable to the special character ☺

📝 Technical Notes

The exploit uses the Unicode character \u263A (☺) to trigger the vulnerability

The backdoor usually opens on a high port (5000 by default)

Requires the FTP service to be running with elevated privileges

⚠️ Warning

For educational use only and in controlled environments. Using this exploit on systems without explicit authorization is illegal and constitutes a crime. (If I have to repeat it twice, I will)

🔒 Responsibility

The author is not responsible for the misuse of this tool. Use it only in test environments, CTF labs, or your own systems with explicit permission.

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

⚠️ REMEMBER: Always get explicit permission before testing any exploit on systems you do not own.

Download Tool