Skip to content
KitploitKITPLOIT
उपकरणब्लॉग
जमा करें
उपकरणब्लॉग
जमा करें

हैकिंग, पेनटेस्ट और साइबर सुरक्षा उपकरण आपके सुरक्षा शस्त्रागार के लिए!

Kitploit हैकिंग, साइबर सुरक्षा और पेंटेस्टिंग टूल्स की एक निर्देशिका है। कमजोरियों को खोजने, सिस्टम का विश्लेषण करने, परीक्षण को स्वचालित करने और अपनी सुरक्षा को मजबूत करने के लिए नवीनतम प्रोजेक्ट अपडेट खोजें।

··फ़ीड·संपर्क·गोपनीयता·© 2026 Kitploit

टूल निर्देशिका

श्रेणियाँ

सभी श्रेणियाँ देखें
Loading categories
go-pillage-registries — पेंटेस्टर-केंद्रित डॉकर रजिस्ट्री उपकरण, जो छवियों को सूचीबद्ध करने और खींचने के लिए है। | Kitploit
उपकरण/GitHubGitHub/nccgroup/go-pillage-registries
टोहीकंटेनर सुरक्षाजानकारी एकत्र करनापेनिट्रेशन टेस्टिंगक्लाउड सुरक्षागलत कॉन्फ़िगरेशन
GitHubnccgroup/go-pillage-registries

go-pillage-registries

पेंटेस्टर-केंद्रित डॉकर रजिस्ट्री उपकरण, जो छवियों को सूचीबद्ध करने और खींचने के लिए है।

रिपॉजिटरी देखें
1131256 साल पहलेKitploit द्वारा समीक्षित

सबसे लोकप्रिय

सभी देखें →

हमारे समुदाय द्वारा सबसे अधिक उपयोग किए जाने वाले उपकरण खोजें।

सभी उपकरण खोजें

हमारे उपकरणों का संग्रह ब्राउज़ करें

सभी उपकरण देखें →
साझा करें
वेबसाइट

go-pillage-registries

go-pillage-registries logo

यह प्रोजेक्ट एक Docker रजिस्ट्री लेता है और उसकी सूची (catalog) में मौजूद प्रत्येक इमेज के manifest और configuration को निकालता है।

यह Google के crane कमांड के पैकेज का उपयोग करता है, जो Docker की keychain semantics का पालन करता है। यदि आप इसे ओवरराइड करना चाहते हैं, तो 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)


उदाहरण:

example directory में एक इमेज का उदाहरण है जो एक Docker इमेज है जो एक ऐसा सर्वर है जिसमें एक सीक्रेट है।

टूल डाउनलोड करें