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
Detect-CVE-2018-20250 — Herramienta para revisar si es que un payload tiene componente malicioso de acuerdo a CVE-2018-20250 | Kitploit
Tools/GitHubGitHub/joydragon/detect-cve-2018-20250
Payload GenerationVulnerability AnalysisExploitationForensicsMalware Analysis
GitHubjoydragon/detect-cve-2018-20250

Detect-CVE-2018-20250

Herramienta para revisar si es que un payload tiene componente malicioso de acuerdo a CVE-2018-20250

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

Detect-CVE-2018-20250

This script detects whether a .rar file may have the configuration to exploit CVE-2018-20250.

For this detection, the file command and the strings command, which are available in most Linux distributions, are used.

Usage

./detect_winrar_exploit.sh <archive_name>

Payload extraction

To extract the malicious payload, the acefile-unace application is needed, which is available at the following link: https://github.com/droe/acefile

It is simply installed with pip3 pip3 install acefile

Download Tool