Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
CVE-2021-22210 — CVE-2021-22205 비인가 취약점 일괄 탐지 | Kitploit
도구/GitHubGitHub/jeromeyoung/cve-2021-22210
ReconnaissanceVulnerability ScannersExploitationWeb Application ExploitationInformation GatheringPenetration Testing
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로 돌아가 확인합니다. 응답이 있으면 성공입니다.

참고

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/

도구 다운로드