Pivot map
Pivot from here
Outputs from Git Leaks can become inputs for the next tool. These are the most relevant follow-on pivots in the library.
AccountKiller provides direct deletion links and step-by-step instructions for removing accounts on hundreds of websites and social platforms.
Lookup email addresses and mailing addresses with reverse email search to identify people and organizations in OSINT investigations.
Addresses.com provides US residential address lookups, reverse phone searches, and people finder tools for locating individuals.
Algo VPN automates deployment of a personal WireGuard or IKEv2 VPN server in the cloud for private, secure OPSEC browsing.
Arkham Intel is a blockchain analytics platform for on-chain entity attribution, wallet clustering, and cryptocurrency transaction investigation.
Instantly check the balance of any Bitcoin address and view transactions in a clean, easy-to-read format. No signup required — free to use!
Bitcoin WhosWho looks up Bitcoin address ownership, transaction history, and blockchain attribution data for cryptocurrency investigations.
Block Explorer enables searching Bitcoin transactions, wallet addresses, and block confirmations on the Bitcoin blockchain.
Investigator Use
Gitleaks is an open-source SAST (static application security testing) tool designed to detect hardcoded secrets, API keys, passwords, and tokens in Git repositories and source code history. Developed in Go, it can scan local repositories, remote GitHub/GitLab/Bitbucket repos, and individual commits or branches.
For OSINT investigators and security researchers, Gitleaks is one of the most effective tools for discovering credential leakage in publicly accessible codebases. Developers frequently commit secrets accidentally — AWS keys, database passwords, Stripe tokens, Twilio credentials — and even after deletion, those secrets remain in Git history and are fully recoverable by anyone with read access.
In a typical OSINT engagement, Gitleaks is run against all public repositories associated with a target organization or individual. Common findings include cloud provider API keys that grant access to live infrastructure, database connection strings pointing to production systems, hardcoded authentication tokens for internal services, and OAuth client secrets for third-party integrations.
The tool uses a regex-based rule engine with a built-in ruleset covering over 150 secret patterns. Custom rules can be added via a TOML configuration file, allowing investigators to target organization-specific secrets or custom token formats.
For corporate investigations, running Gitleaks against a target company's GitHub organization can expose their entire cloud credential inventory if their developers have poor secrets hygiene. This makes it an essential first step in any infrastructure reconnaissance workflow.
Operational considerations: Always verify that you are operating within the scope of an authorized engagement before running Gitleaks against any repository. Scanning public repositories for security research is generally acceptable, but using discovered secrets to access live systems without authorization is illegal. Use found credentials only to report the exposure.
Document each run with the repository URL, commit range scanned, and any secrets found. Pair Gitleaks with TruffleHog and GitHub's own secret scanning for comprehensive coverage.
Before You Pivot
Capture the target, search terms, and why this source is relevant before you leave the page.
Archive volatile pages, save screenshots, and keep timestamps for anything that may change.
Treat one tool as a lead source. Confirm important findings with independent sources.
Related tools
Breach intelligence service for searching exposed usernames, emails, IPs, and related data, with monitoring, API, and WHOIS features.
Digital Traces provides breach intelligence and data leak monitoring for tracking credential exposure and personal data compromises.
Have I Been Pwned allows you to check whether your email address has been exposed in a data breach.
Netdata Directory is a curated index of monitoring, network intelligence, and real-time data tools for infrastructure and OSINT research.