Skip to content

Instantly share code, notes, and snippets.

@duraki
Last active May 7, 2022 12:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save duraki/0ce8e37b64163e65f430a2cdc75e8d98 to your computer and use it in GitHub Desktop.
Save duraki/0ce8e37b64163e65f430a2cdc75e8d98 to your computer and use it in GitHub Desktop.
1.4 billion password breach compilation wordlist
# => create a wordlist from original 41G stash via:
$ grep -rohP '(?<=:).*$' | uniq > breachcompilation.txt
# => compressed with:
$ 7z a breachcompilation.txt.7z breachcompilation.txt
# => size (rel):
## 4.1G compressed
## 9.0G uncompressed
# => no personal information included - just a list of passwords.
# magnet url:
# magnet:?xt=urn:btih:5a9ba318a5478769ddc7393f1e4ac928d9aa4a71&dn=breachcompilation.txt.7z
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment