truffleHog : Searches Through Git Repositories For High Entropy Strings And Secrets

truffleHog previously functioned by running entropy checks on git diffs. This functionality still exists, but high signal regex checks have been added, and the ability to suppress entropy checking has also been added. trufflehog –regex –entropy=False https://github.com/dxa4481/truffleHog.git or trufflehog file:///user/dxa4481/codeprojects/truffleHog/ With the –include_paths and –exclude_paths options, it is also possible to limit scanning to a subset of objects in …

TheCl0n3r : Tool To Download & Manage Your Git Repositories

TheCl0n3r will allow you to download and manage your git repositories. About 90% of the penetration testing tools used in my experience can be found primarily on github. The aim of this was to make it easier to download, update and delete these git repositories. If moving to a new testing system, make it simpler …