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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
reposcanner — Git 저장소에서 흥미로운 문자열을 스캔하는 파이썬 스크립트 | Kitploit
도구/GitHubGitHub/dionach/reposcanner
Code AnalysisInformation GatheringDevSecOpsSecret Detection
GitHubdionach/reposcanner

reposcanner

Git 저장소에서 흥미로운 문자열을 스캔하는 파이썬 스크립트

저장소 보기
160406년 전Kitploit 검토 완료

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

Reposcanner

Reposcanner는 API 키와 같은 흥미로운 문자열을 찾기 위해 Git 저장소의 커밋 기록을 검색하는 Python 스크립트입니다. truffleHog에서 영감을 받았습니다.

설치

Python Git 모듈이 필요합니다 (Debian에서는 python3-git).

Docker

root@kitploit:~
docker build -t reposcanner .
docker run -it --rm reposcanner -h
docker run -it --rm reposcanner -r <repository>

사용법

root@kitploit:~
./reposcanner -r <repository>

옵션:

root@kitploit:~
optional arguments:
  -h, --help                     show this help message and exit
  -r REPO, --repo REPO           Repo to scan
  -c COUNT, --count COUNT        Number of commits to scan (default all)
  -e ENTROPY, --entropy ENTROPY  Minimum entropy to report (default 4.3)
  -l LENGTH, --length LENGTH     Maxmimum line length (default 500)
  -b BRANCH, --branch BRANCH     Scan a specific branch
  -v, --verbose                  Verbose output

예시:

root@kitploit:~
./reposcanner.py -r https://github.com/Dionach/reposcanner -v -a -c 30
도구 다운로드