From 7e2173703c84bc0787c0fbbb0aaf4e793db541d2 Mon Sep 17 00:00:00 2001 From: vflame6 <80809363+vflame6@users.noreply.github.com> Date: Wed, 4 Mar 2026 11:28:44 +0500 Subject: [PATCH 1/2] Create database-breaches.md --- .../database-breaches.md | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 src/generic-methodologies-and-resources/external-recon-methodology/database-breaches.md diff --git a/src/generic-methodologies-and-resources/external-recon-methodology/database-breaches.md b/src/generic-methodologies-and-resources/external-recon-methodology/database-breaches.md new file mode 100644 index 00000000000..085d26a4a6f --- /dev/null +++ b/src/generic-methodologies-and-resources/external-recon-methodology/database-breaches.md @@ -0,0 +1,31 @@ +# Database leaks + +{{#include ../../banners/hacktricks-training.md}} + +## Data Breach Search Engines + +- [greynoise](https://viz.greynoise.io/) - Search for IPs, Tags, CVEs, vpn, dns... +- [Dehashed](https://www.dehashed.com/) - You can search for your email if its leak in some databases of anything.. +- [HaveIbeenPwned?](https://haveibeenpwned.com/) - check if your email address is in a data breach +- [ScamSearch](https://scamsearch.io/) - search to find phone, email, profile if is tobe a scammer. +- [Intelligence X](https://intelx.io/) - Intelligence X is a search engine and data archive. ยท The search works with selectors, i.e. specific search terms such as email addresses, domains, URLs, IPs... +- [spycloud](https://portal.spycloud.com/endpoint/enriched-stats/[YOUR-MAIL]) - put your mail in YOUR-MAIL. +- [weleakinfo](https://weleakinfo.io/) - We Leak Info - Leaked Dehashed Databases, search for leaks. +- [breachdirectory](https://breachdirectory.org/) - CHECK IF YOUR EMAIL OR USERNAME WAS COMPROMISED +- [leakcheck](https://leakcheck.io/) - Find out if your credentials have been compromised +- [Findemail.io](https://findemail.io/) - Find email addresses for given company. +- [LibraryOfLeaks](https://search.libraryofleaks.org) - Search for leak documents, companies, people, database and more +- [LeakRadar](https://leakradar.io/) - Instant search across 2 B+ plain-text info-stealer credentials; email, domain, metadata queries, monitoring & API +- [InfoStealers](https://infostealers.info/en/info) - Indexes darknet-exposed infostealer logs and makes them searchable and actionable for security teams, investigators, researchers, and digital forensics professionals. +- [Leak-Lookup](https://leak-lookup.com/) - Data breach search engine with over 3 billion records from 3000+ databases. +- [BreachDirectory](https://breachdirectory.org/) - Check if your credentials have been compromised in data breaches. +- [Scylla.so](https://scylla.so/) - Community-driven database breach search engine. +- [Leaked.domains](https://leaked.domains/) - Search for domain-related leaked credentials and data. +- [WhiteIntel](https://whiteintel.io/) - Dark web data leak search engine for threat intelligence. +- [PSBDMP](https://psbdmp.ws/) - Pastebin dump search and monitoring platform. + +## Tools to enumerate data leaks + +- [Leaker](https://github.com/vflame6/leaker) - Passive leak enumeration CLI tool that searches across 10 breach databases simultaneously. + +{{#include ../../banners/hacktricks-training.md}} From 6fe7bde0337051d7386d16ee470db80cdce39f92 Mon Sep 17 00:00:00 2001 From: vflame6 <80809363+vflame6@users.noreply.github.com> Date: Wed, 4 Mar 2026 11:30:28 +0500 Subject: [PATCH 2/2] renamed database-breaches.md to database-leaks.md --- .../{database-breaches.md => database-leaks.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/generic-methodologies-and-resources/external-recon-methodology/{database-breaches.md => database-leaks.md} (100%) diff --git a/src/generic-methodologies-and-resources/external-recon-methodology/database-breaches.md b/src/generic-methodologies-and-resources/external-recon-methodology/database-leaks.md similarity index 100% rename from src/generic-methodologies-and-resources/external-recon-methodology/database-breaches.md rename to src/generic-methodologies-and-resources/external-recon-methodology/database-leaks.md