
CVE-2021-22205 비인가 취약점 일괄 탐지
고지: 본 프로젝트는 학습 및 교류 목적으로만 제공됩니다. 불법적인 무단 테스트에 사용하지 마십시오!
업데이트 기록
10.30
burp 프록시 풀 추가gitlab 미인증 배치 및 단일 감지 기능 추가설치
pip3 install - r requirements.txt
사용 방법
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 미인증 업로드 감지
python3 CVE-2021-22205.py -w un -u http://127.0.0.1
배치 미인증 업로드 감지 수행
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/