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
CVE-2021-22210 — CVE-2021-22205未授权漏洞批量检测 | Kitploit
Tools/GitHubGitHub/jeromeyoung/cve-2021-22210
ReconnaissanceVulnerability ScannersExploitationWeb Application ExploitationInformation GatheringPenetration Testing
GitHubjeromeyoung/cve-2021-22210

CVE-2021-22210

CVE-2021-22205未授权漏洞批量检测

View Repository
54 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

0x01 Preface

Disclaimer: This project is for learning and communication purposes only. Do not use it for illegal unauthorized testing!

Update Log

10.30

  • Added burp proxy pool

  • Rewrote command-line arguments

  • Added GitLab unauthorized batch and single detection functionality

0x02 Usage Instructions

Installation

root@kitploit:~
pip3 install - r requirements.txt

Usage

root@kitploit:~
usage: CVE-2021-22205.py [-h] [-w WAY] [-u URL] [-f FILE]

CVE-2021-22205

optional arguments:
  -h, --help            show this help message and exit
  -w WAY, --way WAY     Exploit way Forexample unauthorized or register new projects
  -u URL, --url URL     url like http://127.0.0.1:8080
  -f FILE, --file FILE  url file path

Single url for unauthorized upload detection

root@kitploit:~
python3 CVE-2021-22205.py -w un -u http://127.0.0.1

Batch unauthorized upload detection

root@kitploit:~
python3 CVE-2021-22205.py -w un -f ./url.txt

A small example

This vulnerability does not echo back by default. Enter a command, for example using dnslog to carry data for verification

Return to dnslog to check; if there is a response, it is successful

References

https://hackerone.com/reports/1154542

https://security.humanativaspa.it/gitlab-ce-cve-2021-22205-in-the-wild/

https://github.com/RedTeamWing/CVE-2021-22205

https://github.com/mr-r3bot/Gitlab-CVE-2021-22205/

Download Tool