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

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

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

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

工具目录

分类

查看所有分类
Loading categories
Samba-Usermap-exploit — CVE-2007-2447 | Kitploit
工具/GitHubGitHub/nosferatuvjr/samba-usermap-exploit
漏洞分析漏洞利用渗透测试命令与控制远程访问工具
GitHubnosferatuvjr/samba-usermap-exploit

Samba-Usermap-exploit

CVE-2007-2447

查看仓库
14年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
CVE-2007-2447 - Samba usermap 漏洞利用。

用法:

root@kitploit:~
$ python3 exploit.py <RHOST> <RPORT> <LHOST> <LPORT>
  • RHOST -- 目标地址
  • RPORT -- 目标端口 (TCP: 139)
  • LHOST -- 监听地址
  • LPORT -- 监听端口

安装

root@kitploit:~
git clone https://github.com/Nosferatuvjr/Samba-Usermap-exploit
pip install -r requirements.txt
下载工具