Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
CVE-2021-22210 — CVE-2021-22205未授权漏洞批量检测 | Kitploit
工具/GitHubGitHub/jeromeyoung/cve-2021-22210
侦察漏洞扫描器漏洞利用Web应用程序漏洞利用信息收集渗透测试
GitHubjeromeyoung/cve-2021-22210

CVE-2021-22210

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

查看仓库
54年前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

0x01 前言

声明:本项目仅供学习和交流使用,请勿用于非法未授权测试!

更新记录

10.30

  • 增加了burp代理池

  • 重写了命令行参数

  • 增加了gitlab未授权批量以及单个检测功能

0x02 使用说明

安装

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

使用方法

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

单个url进行未授权上传检测

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

进行批量未授权上传检测

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

举个小列子

此漏洞默认不回显,输入命令,例如以dnslog带数据进行判断

重回dnslog进行检测,有回显即成功

REF

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/

下载工具