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
rtf_exploit_extractor — Script to extract malicious payload and decoy document from CVE-2015-1641 exploit documents | Kitploit
Tools/GitHubGitHub/cyberclues/rtf_exploit_extractor
Vulnerability AnalysisExploitationForensicsMalware AnalysisBinary Analysis
GitHubcyberclues/rtf_exploit_extractor

rtf_exploit_extractor

Script to extract malicious payload and decoy document from CVE-2015-1641 exploit documents

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

rtf_exploit_extractor

Script to extract malicious payload and decoy document from CVE-2015-1641 exploit documents

root@kitploit:~
usage: rtfexploit_extract.py [-h] [-o OUTFILE] [-d DECOY] [-l LENGTH] [-v] inputfile


inputfile             exploit document to examine

optional arguments:

	-h, --help			show this help message and exit
  
  	-o OUTFILE, --outfile OUTFILE
  						output filename for extracted payload
  						
	-d DECOY, --decoy DECOY
						output filename for extracted decoy document
						
  	-l LENGTH, --length LENGTH
						length of each marker to search for (def: 7)
						
	-v                    print debug messages

All args are optional except for input filename.

Ref: http://blog.malwareclipboard.com/2015/10/rtf-exploit-document-extraction.html

Download Tool