GitGot
Semi-automated, feedback-driven tool to rapidly search through troves of public data on GitHub for sensitive secrets.
git clone https://github.com/BishopFox/GitGot.git
cd GitGot
pip3 install -r requirements.txt
nano gitgot.py --> add github token
pip install pygithub
apt-get install python3-dev libfuzzy-dev ssdeep
pip install ssdeep
./gitgot.py -h
./gitgot.py -q nasa.gov
./gitgot.py --gist -q Nasa
Last updated