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
smb_usermap — A simple exploit for CVE-2007-2447 | Kitploit
Tools/GitHubGitHub/b1fair/smb_usermap
Vulnerability AnalysisExploitationPenetration TestingCommand and ControlRemote Access Tool
GitHubb1fair/smb_usermap

smb_usermap

A simple exploit for CVE-2007-2447

View Repository
6 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

smb_usermap

A simple exploit for CVE-2007-2447, present in Samba 3.0.20.

You can exploit this vuln with even less than this, for instance, with smbclient, but I think it's tough to do complex commands, since a lot of special chars probably get eaten, but a simple command (reboot in this case) can be passed like this:

smbclient -L <target IP> --user="/=\`reboot\`" -N

Download Tool