Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
-CVE-2011-2523 — Python exploit for CVE-2011-2523 (VSFTPD 2.3.4 Backdoor Command Execution) | Kitploit
工具/GitHubGitHub/0xsojalsec/-cve-2011-2523
Payload GenerationVulnerability AnalysisExploitationPenetration TestingCommand and ControlRemote Access Tool
GitHub0xsojalsec/-cve-2011-2523

-CVE-2011-2523

Python exploit for CVE-2011-2523 (VSFTPD 2.3.4 Backdoor Command Execution)

查看仓库
14年前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

-CVE-2011-2523

这是一个使用 socket 和 telnetlib 模块的 python3 脚本,用于利用 CVE-2011-2523(VSFTPD 2.3.4 后门命令执行漏洞)

如何安装?

root@kitploit:~
# Install dependencies :
pip3 install termcolor argparse

# Git cloning the project
git clone https://github.com/0xSojalSec/CVE-2011-2523.git
cd CVE-2011-2523/

# Launch it :
chmod +x exploit.py
./exploit.py -h
./exploit.py -i terget -p port

下载工具