Skip to content
KitploitKITPLOIT
HerramientasBlog
Enviar
HerramientasBlog
Enviar

¡Herramientas de Hacking, PenTest y Ciberseguridad para tu Arsenal de Seguridad!

Kitploit es un directorio de herramientas de hacking, ciberseguridad y pentesting. Descubre las últimas actualizaciones de proyectos para encontrar vulnerabilidades, analizar sistemas, automatizar pruebas y fortalecer tu seguridad.

··Feeds·Contacto·Privacidad·© 2026 Kitploit

Directorio de Herramientas

Categorías

Ver todas las categorías
Loading categories
go-pillage-registries — Herramienta de registro de Docker orientada a pentesters para enumerar y extraer imágenes. | Kitploit
Herramientas/GitHubGitHub/nccgroup/go-pillage-registries
ReconocimientoSeguridad de ContenedoresRecopilación de InformaciónPruebas de PenetraciónSeguridad en la NubeMala Configuración
GitHubnccgroup/go-pillage-registries

go-pillage-registries

Herramienta de registro de Docker orientada a pentesters para enumerar y extraer imágenes.

Ver Repositorio
11312hace 6 añosRevisado por Kitploit

Más Populares

Ver todos →

Descubre las herramientas más usadas por nuestra comunidad.

Explora todas las herramientas

Explora nuestra colección de herramientas

Ver todas las herramientas →
Compartir
Sitio web

go-pillage-registries

go-pillage-registries logo

Este proyecto toma un registro Docker y saquea el manifiesto y la configuración de cada imagen en su catálogo.

Utiliza el paquete del comando crane de Google, que debería seguir la semántica de keychain de Docker. Si desea anular esto, simplemente cambie authn.DefaultKeychain como se describe en https://github.com/google/go-containerregistry/tree/master/pkg/authn/k8schain

Instalación:

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)


Ejemplo:

En el directorio de ejemplo hay un ejemplo de una imagen que es una imagen Docker que es un servidor que tiene un secreto.

Descargar herramienta