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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
text4shell-policy — cve-2022-42889 text4shell에 대한 ClusterImagePolicy 데모 | Kitploit
도구/GitHubGitHub/chainguard-dev/text4shell-policy
Container SecurityVulnerability AnalysisCloud SecurityDevSecOpsSupply Chain SecurityMisconfigurationArchived
GitHubchainguard-dev/text4shell-policy

text4shell-policy

cve-2022-42889 text4shell에 대한 ClusterImagePolicy 데모

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

Text4Shell 데모

이 데모는 Sigstore를 사용하여 서명된 SBOM을 Kubernetes 또는 명령줄에서 text4shell 정책에 대해 검증하는 방법을 보여줍니다.

옵션 1: cue와 cosign 2.0을 사용하여 원격 OCI 이미지가 영향을 받는지 확인

root@kitploit:~
cosign verify-attestation --policy policy/text4shell.cue --type https://cyclonedx.org/bom --certificate-identity-regexp=.* --certificate-oidc-issuer-regexp=.* ghcr.io/chainguard-dev/text4shell-policy:main

옵션 2: 이 저장소에서 빌드된 이미지를 사용하여 Enforce for Kubernetes로 확인

root@kitploit:~
chainctl policies create --group $DEMO_GROUP -f policy/text4shell-policy.yaml
kubectl label ns default policy.sigstore.dev/include=true --overwrite
kubectl run text4shell --image=ghcr.io/chainguard-dev/text4shell-policy:main

text4shell diagnostic

정리

root@kitploit:~
kubectl delete pod text4shell --grace-period=0
chainctl policy delete -y $(chainctl policy list -o json | jq -r '[.items[] | select(.name == "vuln-cve-2022-42889-text4shell")][0].id')
kubectl label ns default policy.sigstore.dev/include-
도구 다운로드