Skip to content
KitploitKITPLOIT
FerramentasBlog
Enviar
FerramentasBlog
Enviar

Ferramentas de Hacking, PenTest e Cibersegurança para o seu Arsenal de Segurança!

Kitploit é um diretório de ferramentas de hacking, cibersegurança e pentesting. Descubra as últimas atualizações de projetos para encontrar vulnerabilidades, analisar sistemas, automatizar testes e fortalecer sua segurança.

··Feeds·Contato·Privacidade·© 2026 Kitploit

Diretório de Ferramentas

Categorias

Ver todas as categorias
Loading categories
go-pillage-registries — Ferramenta de registro Docker focada em pentesters para enumerar e baixar imagens. | Kitploit
Ferramentas/GitHubGitHub/nccgroup/go-pillage-registries
ReconhecimentoSegurança de ContêineresColeta de InformaçõesTestes de PenetraçãoSegurança na NuvemConfiguração Incorreta
GitHubnccgroup/go-pillage-registries

go-pillage-registries

Ferramenta de registro Docker focada em pentesters para enumerar e baixar imagens.

Ver Repositório
11312há 6 anosRevisado pelo Kitploit

Mais Populares

Ver todos →

Descubra as ferramentas mais usadas pela nossa comunidade.

Explore todas as ferramentas

Navegue pela nossa coleção de ferramentas

Ver todas as ferramentas →
Compartilhar
Site

go-pillage-registries

Logotipo do go-pillage-registries

Este projeto acessa um registry Docker e coleta o manifesto e a configuração de cada imagem em seu catálogo.

Ele utiliza o pacote do comando crane do Google, que deve seguir a semântica do keychain do Docker. Se você quiser substituir isso, basta alterar authn.DefaultKeychain conforme descrito em https://github.com/google/go-containerregistry/tree/master/pkg/authn/k8schain.

Instalação:

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

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

Uso:

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)


Exemplo:

No diretório de exemplo há um exemplo de uma imagem que é um servidor que contém um segredo.

Baixar ferramenta