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-2017-7494 — Proof-of-Concept exploit for CVE-2017-7494(Samba RCE from a writable share) | Kitploit
Tools/GitHubGitHub/betab0t/cve-2017-7494
Vulnerability AnalysisExploitationPenetration TestingRemote Access ToolPayload Development
GitHubbetab0t/cve-2017-7494

cve-2017-7494

Proof-of-Concept exploit for CVE-2017-7494(Samba RCE from a writable share)

View Repository
18151469 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Basic Setup

Install Samba version 4.5.9

  • https://download.samba.org/pub/samba/stable/samba-4.5.9.tar.gz
  • https://wiki.samba.org/index.php/Build_Samba_from_Source

Get patched version of Impacket

pip install -r requirements.txt

Usage

  1. Start Samba server in interactive mode + debug print

sudo /home/ubuntu/samba-4.5.9/bin/smbd -i --debuglevel=10 --configfile=/etc/samba/smb.conf

  1. Copy libpoc.so to target share
  2. HAVE FUN!

exploit.py -t x.x.x.x -m /path/to/libpoc.so

Notes

  • liked this project? visit us at http://www.intezer.com | @IntezerLabs(twitter)

Screenshot

Download Tool