Posts
All the articles.
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.
Raspberry Pi Camera
Published: at 05:06 PMSetting up a Raspberry Pi camera is an interesting project that opens up many possibilities, from simple photography to advanced home automation and security systems. If you're a beginner exploring the capabilities of your Raspberry Pi or an experienced maker looking to add a new dimension to your projects, this guide will walk you through the entire process.
How to create AWS Lambda Function with Go
Published: at 06:06 PMIn this tutorial, we will walk you through the steps to create an AWS Lambda function that runs a Go binary using a custom runtime.
How To Setup Private Interactsh Server
Published: at 05:06 PMOut-of-band interaction testing is useful technique for identifying potential security flaws. Interactsh, developed by ProjectDiscovery, is a powerful open-source tool designed to detect vulnerabilities causing external interactions. This article provides a short guide on configuring your own private Interactsh server, giving you the autonomy to tailor the environment to your specific needs.