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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
CVE-2022-36804-PoC-Exploit — CVE-2022-36804에 대한 다소 신뢰할 수 있는 PoC Exploit (BitBucket Critical Command Injection) | Kitploit
도구/GitHubGitHub/benjaminhays/cve-2022-36804-poc-exploit
ReconnaissanceVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and Control
GitHubbenjaminhays/cve-2022-36804-poc-exploit

CVE-2022-36804-PoC-Exploit

CVE-2022-36804에 대한 다소 신뢰할 수 있는 PoC Exploit (BitBucket Critical Command Injection)

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

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

CVE-2022-36804-PoC-Exploit

CVE-2022-36804에 대한 다소 신뢰할 수 있는 PoC 익스플로잇입니다(BitBucket 중요 명령어 주입). 이 공격은 일반적으로 공개 리포지토리가 활성화되어 있어야 하지만, 세션 쿠키도 이 익스플로잇과 호환됩니다. 참고: 이 익스플로잇은 자동 리포지토리 검색 기능을 포함하고 있어 직접 공개 리포지토리를 수동으로 찾을 필요가 없어 편리합니다.

설치

root@kitploit:~
git clone https://github.com/BenHays142/CVE-2022-36804-PoC-Exploit.git;
cd CVE-2022-36804-PoC-Exploit
python3 -m pip install -r requirements.txt
python3 main.py [target]

사용

root@kitploit:~
usage: main.py [-h] [--project PROJECT] [--repo REPO] [--skip-auto] [--session SESSION] [--command CMD] server

Exploit BitBucket Instances (< v8.3.1) using CVE-2022-36804. Exploits automagically without any extra parameters, but allows for custom settings as well.

positional arguments:
  server

options:
  -h, --help         show this help message and exit
  --project PROJECT  The name of the project the repository resides in
  --repo REPO        The name of the repository
  --skip-auto        Skip the automatic finding of exploitable repos
  --session SESSION  Value of 'BITBUCKETSESSIONID' cookie, useful if target repo is private
  --command CMD      Command to execute if exploit is successful (Note: getting output isn't reliable so OOB exfil is a must)

참고 자료

Atlassian 권고

Atlassian Jira 이슈

NIST CVE

도구 다운로드