Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
go-pillage-registries — 面向渗透测试人员的 Docker 注册表工具,用于枚举和拉取镜像 | Kitploit
工具/GitHubGitHub/nccgroup/go-pillage-registries
侦察容器安全信息收集渗透测试云安全错误配置
GitHubnccgroup/go-pillage-registries

go-pillage-registries

面向渗透测试人员的 Docker 注册表工具,用于枚举和拉取镜像

查看仓库
113126年前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
网站

go-pillage-registries

go-pillage-registries 标志

该项目会获取一个 Docker 注册表,并对其目录中每个镜像的 manifest 和 configuration 进行掠夺。

它使用 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 镜像是一个包含机密的服务器。

下载工具