https://github.com/luickk/gitpasswordcrawler
Crawler which crawls through git repositories and searches for keywords which require possibly hardcoded passwords.
https://github.com/luickk/gitpasswordcrawler
Last synced: 11 months ago
JSON representation
Crawler which crawls through git repositories and searches for keywords which require possibly hardcoded passwords.
- Host: GitHub
- URL: https://github.com/luickk/gitpasswordcrawler
- Owner: luickk
- Created: 2019-03-02T23:52:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-05T13:37:37.000Z (over 7 years ago)
- Last Synced: 2025-02-15T21:13:42.390Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Git Password Extractor
The Git Password Extractor is a Python Script which goes thourgh all commits, and searches for keywords which require possibly hardcoded passwords.
### Installation
Install the following dependencies:
> git
re
flashtext
start the program via `python3 crawler.py`