Tagged articles
3 articles
Page 1 of 1
Black & White Path
Black & White Path
Apr 6, 2026 · Information Security

Why Your Public GitHub Repo Is Exposed: A Cheat‑Sheet on GitHub Dorks

The article explains how attackers use GitHub Dorks to locate sensitive credentials hidden in public repositories, illustrates the types of data at risk, and provides concrete steps—such as .gitignore rules, environment variables, regular audits, and immediate key revocation—to secure your codebase.

GitHub DorksGitleaksRepository Security
0 likes · 5 min read
Why Your Public GitHub Repo Is Exposed: A Cheat‑Sheet on GitHub Dorks
DevOps
DevOps
Jul 26, 2022 · Information Security

Detecting, Cleaning, and Preventing Sensitive Data in Git Repositories

This article explains how to identify, remove, and avoid committing sensitive information such as passwords, keys, or tokens in Git repositories by using git log searches, tools like Gitleaks and Detect‑Secrets, and scripts for history rewriting, while also describing preventive pre‑commit hook setups.

GitGitleaksdetect-secrets
0 likes · 7 min read
Detecting, Cleaning, and Preventing Sensitive Data in Git Repositories