An open API service indexing awesome lists of open source software.

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.

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`