Skip to content

Instantly share code, notes, and snippets.

@tuantmb
Created December 26, 2017 16:22
Show Gist options
  • Star 14 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save tuantmb/ac1ffb77a3bc80e673d3fc7a20700368 to your computer and use it in GitHub Desktop.
Save tuantmb/ac1ffb77a3bc80e673d3fc7a20700368 to your computer and use it in GitHub Desktop.
1.4 billion password breach compilation wordlist
wordlist created from original 41G stash via:
grep -rohP '(?<=:).*$' | uniq > breachcompilation.txt
Then, compressed with:
7z a breachcompilation.txt.7z breachcompilation.txt
Size:
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
@Wingman4l7
Copy link

A really handy one-liner way to pull this down via command line if you have npm installed (NPX comes bundled with NPM version 5.2+):

npx -p webtorrent-cli webtorrent download "full_magnet_url"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment