A tool to find API keys,Secrets,Tokens leaked in your code !
- Clone the GitHub repo
- Run
manage.pyby passing the desired repo URL you want to scan.
python manage.py GITHUB_REPO_URL
For example
python manage.py https://github.com/kunalsz/GitProbe
GitPythonis required which can be installed using pip
pip install GitPython