Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 447 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 447 Bytes

CredentialSearch

Searches for credentials in a directory structure

Usage

Run in current directory

python3 search.py

Run in specific directory

python3 search.py -d <DIRECTORY>

Run multithreaded

Default threadcount is set to 1.

python3 search.py -t <THREAD COUNT>

This repository was inspired by https://github.com/trufflesecurity/truffleHog but is dedicated to a local file search and not a github repository.