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-2023-38831 — 一款用于生成winrar程序RCE(即cve-2023-38831)的POC的工具。 | Kitploit
Tools/GitHubGitHub/garck3h/cve-2023-38831
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHubgarck3h/cve-2023-38831

cve-2023-38831

一款用于生成winrar程序RCE(即cve-2023-38831)的POC的工具。

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

Project Introduction

This is a tool written in Go for generating POC for the CVE-2023-38831 vulnerability

Affected version: WinRAR <6.23

How to use?

Compile

root@kitploit:~
go build cve-2023-38831.go

Usage

root@kitploit:~
cve-2023-38831.exe 1234.jpg payload.cmd poc.zip

Here, 1234.jpg can be the result of any file modification. I directly used 1234.jpg, but you can also use readme.md and other files that are more likely to attract user clicks.

payload.cmd can also be a payload.bat file, which is the command we want to execute this time. I directly used the calculator command

root@kitploit:~
start calc

Finally, poc.zip is the input compressed file. It can also be a .rar or other extensions, users can test other extensions themselves.

Successfully popped calculator

image

The WinRAR version I used is

image

Download Tool