Tag: TruffleHog
All the articles with the tag "TruffleHog".
Monitoring Gitlab Snippets for secrets with TruffleHog
Published: at 06:30 PMIn the previous article, we explored how to monitor GitHub Gists for leaked secrets. In this article, we’ll implement a similar system, but with a focus on GitLab Snippets. We’ll configure TruffleHog to detect sensitive information, such as API keys and passwords, that might have been inadvertently exposed in public Snippets.
Monitoring Gists for secrets with TruffleHog
Published: at 08:01 AMIn this article, we will guide you through setting up a basic monitoring system to detect leaked secrets in GitHub Gists using TruffleHog. This process will help you to identify sensitive information, such as API keys and passwords, that may have been unintentionally exposed in public Gists.