Torrent COMB-Compilation of Many Breaches 3.2 Billion
by G0LD - Wednesday June 14, 2023 at 08:31 PM
#1
COMB, or the Compilation of Many Breaches, contains more than 3.2 billion unique pairs of cleartext emails and passwords. While many data breaches and leaks have plagued the internet in the past, this one is exceptional in the sheer size of it. To wit, the entire population of the planet is at roughly 7.8 billion, and this is about 40% of that.

https://cybernews.com/news/largest-compi...aked-free/

Quote:magnet:?xt=urn:btih:7ffbcd8cee06aba2ce6561688cf68ce2addca0a3&dn=BreachCompilation&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&tr=udp%3A%2F%2Fglotorrents.pw%3A6969&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337
Reply
#2
thanks
Reply
#3
BILLIONS MUST SEED.
Reply
#4
Honestly - I would not have though to split up every person into folders based on the first few letters of their name.

I load into mongodb and index it. This is madness!

#!/bin/bash dir=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) if [ "$1" != "" ]; then letter1=$(echo ${1,,}|cut -b1) if [[ $letter1 == [a-zA-Z0-9] ]]; then if [ -f "$dir/data/$letter1" ]; then grep -ai "^$1" "$dir/data/$letter1" else letter2=$(echo ${1,,}|cut -b2) if [[ $letter2 == [a-zA-Z0-9] ]]; then if [ -f "$dir/data/$letter1/$letter2" ]; then grep -ai "^$1" "$dir/data/$letter1/$letter2" else letter3=$(echo ${1,,}|cut -b3) if [[ $letter3 == [a-zA-Z0-9] ]]; then if [ -f "$dir/data/$letter1/$letter2/$letter3" ]; then grep -ai "^$1" "$dir/data/$letter1/$letter2/$letter3" fi else if [ -f "$dir/data/$letter1/$letter2/symbols" ]; then grep -ai "^$1" "$dir/data/$letter1/$letter2/symbols" fi
Reply
#5
i love magent url
Reply
#6
this is a big data , thank you for sharing it
Reply
#7
thanks for sharing !!#
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Hotmail Comb.txt jackmark353 1 118 02-09-2026, 09:42 AM
Last Post: zn1
  torrent magnet combo list 13bil hellsing666 0 152 01-13-2026, 12:19 PM
Last Post: hellsing666
  1.4 Billion Combolist stride2168 64 2,172 07-31-2025, 09:54 PM
Last Post: 0xruw
  32k Taiwan email comb Tob3the0ne 5 356 09-20-2024, 02:04 AM
Last Post: Gobless
  5M Best USER PASS for all sites (Shopping, Dating, Torrent) romelashraf7 2 482 09-03-2024, 01:28 PM
Last Post: Mguert



 Users browsing this thread: 1 Guest(s)