Hacker News new | ask | show | jobs
by robinhoodexe 599 days ago
A similar tool is detect-secrets[1].

[1] https://github.com/Yelp/detect-secrets

2 comments

Also similar, Pillager (or Gitleaks) is worth having on the sanity checklist

https://github.com/brittonhayes/pillager

https://terminaltrove.com/pillager/ <-- TerminalTrove is worth regularly checking.

    powerful rules functionality to recursively search directories for sensitive information in files. 

    At it's core, Pillager is designed to assist you in determining if a system is affected by common sources of credential leakage as documented by the MITRE ATT&CK framework.
Good for catching those Oops I deployed the company password list again SNAFU's. reply
Nice, i like some of the concepts.