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
Samba-Usermap-exploit — CVE-2007-2447 | Kitploit
Tools/GitHubGitHub/nosferatuvjr/samba-usermap-exploit
Vulnerability AnalysisExploitationPenetration TestingCommand and ControlRemote Access Tool
GitHubnosferatuvjr/samba-usermap-exploit

Samba-Usermap-exploit

CVE-2007-2447

View Repository
134 years 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-2007-2447 - Samba usermap exploit.

Usage:

root@kitploit:~
$ python3 exploit.py <RHOST> <RPORT> <LHOST> <LPORT>
  • RHOST -- The target address
  • RPORT -- The target port (TCP : 139)
  • LHOST -- The listen address
  • LPORT -- The listen port

Installation

root@kitploit:~
git clone https://github.com/Nosferatuvjr/Samba-Usermap-exploit
pip install -r requirements.txt
Download Tool