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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
zoneminder-snapshots-rce-poc — 이것은 CVE-2023-26035에 설명된 Zoneminder의 보안 취약점을 악용할 수 있는 Python으로 작성된 스크립트입니다. | Kitploit
도구/GitHubGitHub/m3m0o/zoneminder-snapshots-rce-poc
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and ControlRed Teaming
GitHubm3m0o/zoneminder-snapshots-rce-poc

zoneminder-snapshots-rce-poc

이것은 CVE-2023-26035에 설명된 Zoneminder의 보안 취약점을 악용할 수 있는 Python으로 작성된 스크립트입니다.

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

Zoneminder Snapshots를 통한 비인증 RCE (CVE-2023-26035) POC

이것은 CVE-2023-26035에 설명된 Zoneminder의 보안 취약점을 악용할 수 있는 Python으로 작성된 스크립트입니다. 이 시스템은 1.36.33 및 1.37.33 이전 버전에서 취약합니다.

사용법

저장소를 머신에 클론하고 pip를 사용하여 의존성을 설치하세요 (이 설치를 전역 설치와 분리하려면 virtualenv를 사용하여 환경을 만드는 것이 좋습니다)

root@kitploit:~
git clone https://github.com/m3m0o/zoneminder-snapshots-rce-poc
cd zoneminder-snapshots-rce-poc
pip install -r requirements.txt

스크립트에는 Zoneminder의 루트 경로가 포함된 대상 URL이 필요합니다 (예: http://example.com/zm, http://example.com 또는 http://example.com/zoneminder), 대상 머신이 연결할 IP 또는 도메인과 대상 머신이 연결할 포트가 필요합니다. 예시는 다음과 같습니다:

root@kitploit:~
python3 main.py -u http://zoneminder.target:8000 -i 10.10.14.56 -p 443

script-demo

참고 자료

Snapshots에서의 비인증 RCE

Rapid7 취약점 및 익스플로잇 데이터베이스 ZoneMinder Snapshots 명령 주입

도구 다운로드