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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
go-pillage-registries — 모의 침투 테스터를 위한 Docker 레지스트리 도구로, 이미지를 열거하고 가져올 수 있습니다. | Kitploit
도구/GitHubGitHub/nccgroup/go-pillage-registries
ReconnaissanceContainer SecurityInformation GatheringPenetration TestingCloud SecurityMisconfiguration
GitHubnccgroup/go-pillage-registries

go-pillage-registries

모의 침투 테스터를 위한 Docker 레지스트리 도구로, 이미지를 열거하고 가져올 수 있습니다.

저장소 보기
113126년 전Kitploit 검토 완료

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유
웹사이트

go-pillage-registries

go-pillage-registries logo

이 프로젝트는 Docker 레지스트리를 가져와 카탈로그에 있는 각 이미지의 매니페스트와 구성을 약탈합니다.

Google의 crane 명령 패키지를 사용하며, docker의 keychain 의미 체계를 따릅니다. 이 동작을 재정의하려면 https://github.com/google/go-containerregistry/tree/master/pkg/authn/k8schain에 설명된 대로 authn.DefaultKeychain을 변경하면 됩니다.

설치:

root@kitploit:~
git clone https://github.com/nccgroup/go-pillage-registries.git

cd go-pillage-registries
go install ./...

사용법:

root@kitploit:~
$ pilreg
Usage:
  pilreg <registry> [flags]

Flags:
  -c, --cache string     Path to cache image layers (optional, only used if images are pulled)
  -h, --help             help for pilreg
  -i, --insecure         Fetch Data over plaintext
  -r, --repos strings    list of repositories to scan on the registry. If blank, pilreg will attempt to enumerate them using the catalog API
  -o, --results string   Path to directory for storing results. If blank, outputs configs and manifests as json object to Stdout.(must be used if 'store-images` is enabled)
  -k, --skip-tls         Disables TLS certificate verification
  -s, --store-images     Downloads filesystem for discovered images and stores an archive in the output directory (Disabled by default, requires --results to be set)
  -t, --tags strings     list of tags to scan on each repository. If blank, pilreg will attempt to enumerate them using the tags API
  -w, --workers int      Number of workers when pulling images. If set too high, this may cause errors. (optional, only used if images are pulled) (default 8)


예제:

예제 디렉터리에는 비밀을 가진 서버인 Docker 이미지의 예제가 있습니다.

도구 다운로드