TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Gitleaks: Audit Git repos for secrets and keys

2 pointsby arekkasabout 7 years ago

1 comment

LinuxBenderabout 7 years ago
Would this be similar to doing:<p><pre><code> git log -p --full-diff | egrep --line-number -EiEio &quot;[^A-Za-z0-9&#x2F;+=][A-Za-z0-9&#x2F;+=]{40}[^A-Za-z0-9&#x2F;+=]|[^A-Z0-9][A-Z0-9]{20}[^A-Z0-9]&quot; | strings -a | more</code></pre>