Quantcast
Channel: KitPloit - PenTest Tools!
Viewing all articles
Browse latest Browse all 5816

Reposcanner - Python Script To Scan Git Repos For Interesting Strings

$
0
0

Reposcanner is a python script to search through the commit history of Git repositories looking for interesting strings such as API keys, inspires by truffleHog.

Installation
The python Git module is required (python-git on Debian).

Usage
./reposcanner -r <repository>
Options:
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 500)
-e ENTROPY, --entropy ENTROPY Minimum entropy to report (default 4.3)
-l LENGTH, --length LENGTH Maxmimum line length (default 500)
-a, --all-branches Scan all branches
-b BRANCH, --branch BRANCH Scan a specific branch
-v, --verbose Verbose output
Example:
./reposcanner.py -r https://github.com/Dionach/reposcanner -v -a -c 30



Viewing all articles
Browse latest Browse all 5816

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>