Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
harbor — CVE-2022-46463 harbor公开镜像全自动下载脚本 | Kitploit
Tools/GitHubGitHub/codesecurityteam/harbor
Container SecurityVulnerability AnalysisExploitationScripting & AutomationInformation GatheringCloud SecuritySupply Chain Security
GitHubcodesecurityteam/harbor

harbor

CVE-2022-46463 harbor公开镜像全自动下载脚本

View Repository
1521 year agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Team Introduction

Chongqing Jiugongge Security Team is committed to sharing open-source security tools, with research directions covering red-blue confrontation, Web security, mobile security, security development, enterprise security construction, IoT/Industrial Control Security/AI/Quantum Security, and more. If you are interested in security, feel free to follow us.

img.png

harbor CVE-2022-46463 Fully Automatic Download Script

During real-world attack and defense exercises or supply chain attacks, the harbor system is often encountered. Due to developer permission misconfigurations or the need to expose public images, a fully automatic script is required:

  • Search and traverse image projects
  • Natively download images (without calling Docker, directly using requests to download)
  • Automatically extract image archives; you can also customize to find jar resources, etc.
  • Supports harbor v1 and v2 versions

Script Demo

First, confirm the harbor API version number. It can be found by capturing search packets. The API version is v2.0:

img.png

The v1 version is: http://x.x.x.x/api/search?q=1

Modify the script parameters, run the script, and it will output relevant information and save the image information to a text file.

img.png

Edit the generated text file. At this point, manually delete images that do not need to be downloaded. You can make a comprehensive judgment based on the image name, image size, and image creation time:

img.png

After editing the text file, modify the script to input the file path, run it, and it will automatically download and extract images.

img.png

All extracted files will be seen in the target directory: img.png

Download Tool