Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Gitleaks: Audit Git repos for secrets and keys (github.com/zricethezav)
2 points by arekkas on March 12, 2018 | hide | past | favorite | 1 comment


Would this be similar to doing:

    git log -p --full-diff | egrep --line-number -EiEio "[^A-Za-z0-9/+=][A-Za-z0-9/+=]{40}[^A-Za-z0-9/+=]|[^A-Z0-9][A-Z0-9]{20}[^A-Z0-9]" | strings -a | more




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: