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-give-me-admin — harbor(<1.7.6/1.8.3) privilege escalation (CVE-2019-16097) | Kitploit
Tools/GitHubGitHub/thelsa/harbor-give-me-admin
Privilege EscalationVulnerability ScannersExploitationWeb Application ExploitationPenetration TestingCloud Security
GitHubthelsa/harbor-give-me-admin

harbor-give-me-admin

harbor(<1.7.6/1.8.3) privilege escalation (CVE-2019-16097)

View Repository
16 years 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

Harbor Admin Account Creation Vulnerability Detection Tool

0x00 Overview

In 201909, Harbor disclosed a vulnerability that allows adding an administrator through the registration function. By using the registration API /api/users and crafting a POST parameter "has_admin_role": true, an administrator can be added directly.

This tool supports single URL or batch detection.

0x01 Requirements

python2.7

pip install requests

0x02 Quick Start

Usage: python harbor-give-me-admin.py -h

Single URL detection: python harbor-give-me-admin.py -u "https://www.xxx.com/"

//If exploitation is successful, an admin account test00 will be added. Use with caution!

Batch detection: python harbor-give-me-admin.py -f urls,txt

//If exploitation is successful, an admin account test00 will be added. Use with caution!

0x03 Feedback

issus

gmail:[email protected]

qq:[email protected]

Download Tool