Skip to content
KitploitKITPLOIT
ツールブログ
提出
ツールブログ
提出

ハッキング、侵入テスト、サイバーセキュリティツールをあなたのセキュリティアーセナルに!

Kitploitはハッキング、サイバーセキュリティ、ペネトレーションテストのツールディレクトリです。最新のプロジェクトアップデートを見つけて、脆弱性の発見、システム分析、テストの自動化、セキュリティの強化を行いましょう。

··フィード·お問い合わせ·プライバシー·© 2026 Kitploit

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
reposcanner — Gitリポジトリをスキャンして興味深い文字列を探すPythonスクリプト | Kitploit
ツール/GitHubGitHub/dionach/reposcanner
コード分析情報収集DevSecOpsシークレット検出
GitHubdionach/reposcanner

reposcanner

Gitリポジトリをスキャンして興味深い文字列を探すPythonスクリプト

リポジトリを見る
160406年前Kitploit レビュー済み

人気

すべて見る →

コミュニティで最も使われているツールを見つけましょう。

すべてのツールを探索

ツールコレクションを閲覧

すべてのツールを見る →
共有

Reposcanner

Reposcannerは、Gitリポジトリのコミット履歴を検索してAPIキーなどの興味深い文字列を見つける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
ツールをダウンロード