├── LICENSE ├── README.md ├── survivor_final_digits_all.txt ├── survivor_final_pattern_extract.txt ├── survivor_final_strings_all.txt ├── survivor_final_strings_all_count.txt ├── survivor_final_strings_all_count_4_10.txt ├── survivor_final_strings_digits_count.txt ├── survivor_final_strings_digits_count_4_10.txt ├── survivor_final_strings_lower.txt ├── survivor_final_strings_lower_count.txt ├── survivor_final_strings_lower_count_4_10.txt ├── survivor_final_strings_upper.txt ├── survivor_final_strings_upper_count.txt ├── survivor_final_strings_upper_count_4_10.txt ├── survivor_pack_masks.hcmasks ├── survivor_pack_masks.txt └── survivor_pack_statsgen.txt /LICENSE: -------------------------------------------------------------------------------- 1 | This is free and unencumbered software released into the public domain. 2 | 3 | Anyone is free to copy, modify, publish, use, compile, sell, or 4 | distribute this software, either in source code form or as a compiled 5 | binary, for any purpose, commercial or non-commercial, and by any 6 | means. 7 | 8 | In jurisdictions that recognize copyright laws, the author or authors 9 | of this software dedicate any and all copyright interest in the 10 | software to the public domain. We make this dedication for the benefit 11 | of the public at large and to the detriment of our heirs and 12 | successors. We intend this dedication to be an overt act of 13 | relinquishment in perpetuity of all present and future rights to this 14 | software under copyright law. 15 | 16 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 17 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 18 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 19 | IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR 20 | OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 21 | ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 22 | OTHER DEALINGS IN THE SOFTWARE. 23 | 24 | For more information, please refer to 25 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # survivor-hashes 2 | What makes a password survive until the final 15% of hashes still left standing? Join us on the cracking equivalent of an archeological dig to unearth these rare password species, plucked straight from Hashes.org uncracked hashes list. Imagine the wonders we will discover in their string's "DNA" that may help you find them in your next cracking adventure. 3 | Check out the full writeup https://www.netmux.com/blog/survivor-password-hashes 4 | -------------------------------------------------------------------------------- /survivor_final_digits_all.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netmux/survivor-hashes/6651d3b796aad1945d01c81e4e85339fcf99932b/survivor_final_digits_all.txt -------------------------------------------------------------------------------- /survivor_final_pattern_extract.txt: -------------------------------------------------------------------------------- 1 | ╒══════════╤═════════╤═════════════════╤═════════════╤══════════════════════════════╤═══════════╕ 2 | │ Length │ Count │ Sequence │ Formatted │ Hex Sequence │ Entropy │ 3 | ╞══════════╪═════════╪═════════════════╪═════════════╪══════════════════════════════╪═══════════╡ 4 | │ 5 │ 141 │ badoo │ ascii │ 6261646f6f │ 1.92193 │ 5 | ├──────────┼─────────┼─────────────────┼─────────────┼──────────────────────────────┼───────────┤ 6 | │ 5 │ 67 │ 12345 │ ascii │ 3132333435 │ 2.32193 │ 7 | ├──────────┼─────────┼─────────────────┼─────────────┼──────────────────────────────┼───────────┤ 8 | │ 5 │ 52 │ Badoo │ ascii │ 4261646f6f │ 1.92193 │ 9 | ├──────────┼─────────┼─────────────────┼─────────────┼──────────────────────────────┼───────────┤ 10 | │ 6 │ 42 │ 123456 │ ascii │ 313233343536 │ 2.58496 │ 11 | ├──────────┼─────────┼─────────────────┼─────────────┼──────────────────────────────┼───────────┤ 12 | │ 6 │ 30 │ 234567 │ ascii │ 323334353637 │ 2.58496 │ 13 | ├──────────┼─────────┼─────────────────┼─────────────┼──────────────────────────────┼───────────┤ 14 | │ 6 │ 27 │ 345678 │ ascii │ 333435363738 │ 2.58496 │ 15 | ├──────────┼─────────┼─────────────────┼─────────────┼──────────────────────────────┼───────────┤ 16 | │ 7 │ 30 │ 1234567 │ ascii │ 31323334353637 │ 2.80735 │ 17 | ├──────────┼─────────┼─────────────────┼─────────────┼──────────────────────────────┼───────────┤ 18 | │ 7 │ 27 │ 2345678 │ ascii │ 32333435363738 │ 2.80735 │ 19 | ├──────────┼─────────┼─────────────────┼─────────────┼──────────────────────────────┼───────────┤ 20 | │ 7 │ 25 │ 3456789 │ ascii │ 33343536373839 │ 2.80735 │ 21 | ├──────────┼─────────┼─────────────────┼─────────────┼──────────────────────────────┼───────────┤ 22 | │ 8 │ 27 │ 12345678 │ ascii │ 3132333435363738 │ 3 │ 23 | ├──────────┼─────────┼─────────────────┼─────────────┼──────────────────────────────┼───────────┤ 24 | │ 8 │ 25 │ 23456789 │ ascii │ 3233343536373839 │ 3 │ 25 | ├──────────┼─────────┼─────────────────┼─────────────┼──────────────────────────────┼───────────┤ 26 | │ 8 │ 10 │ 13131313 │ ascii │ 3133313331333133 │ 1 │ 27 | ├──────────┼─────────┼─────────────────┼─────────────┼──────────────────────────────┼───────────┤ 28 | │ 9 │ 25 │ 123456789 │ ascii │ 313233343536373839 │ 3.16993 │ 29 | ├──────────┼─────────┼─────────────────┼─────────────┼──────────────────────────────┼───────────┤ 30 | │ 9 │ 6 │ \n12345678 │ ascii │ 0a3132333435363738 │ 3.16993 │ 31 | ├──────────┼─────────┼─────────────────┼─────────────┼──────────────────────────────┼───────────┤ 32 | │ 9 │ 6 │ 234567890 │ ascii │ 323334353637383930 │ 3.16993 │ 33 | ├──────────┼─────────┼─────────────────┼─────────────┼──────────────────────────────┼───────────┤ 34 | │ 10 │ 9 │ 1313131313 │ ascii │ 31333133313331333133 │ 1 │ 35 | ├──────────┼─────────┼─────────────────┼─────────────┼──────────────────────────────┼───────────┤ 36 | │ 10 │ 8 │ 3131313131 │ ascii │ 33313331333133313331 │ 1 │ 37 | ├──────────┼─────────┼─────────────────┼─────────────┼──────────────────────────────┼───────────┤ 38 | │ 10 │ 6 │ \n123456789 │ ascii │ 0a313233343536373839 │ 3.32193 │ 39 | ├──────────┼─────────┼─────────────────┼─────────────┼──────────────────────────────┼───────────┤ 40 | │ 11 │ 4 │ \nrrel27bta* │ ascii │ 0a7272656c32376274612a │ 3.27761 │ 41 | ├──────────┼─────────┼─────────────────┼─────────────┼──────────────────────────────┼───────────┤ 42 | │ 11 │ 4 │ \ncvb88nmfgc │ ascii │ 0a63766238386e6d666763 │ 3.0958 │ 43 | ├──────────┼─────────┼─────────────────┼─────────────┼──────────────────────────────┼───────────┤ 44 | │ 11 │ 4 │ TONTONTONTO │ ascii │ 544f4e544f4e544f4e544f │ 1.57262 │ 45 | ├──────────┼─────────┼─────────────────┼─────────────┼──────────────────────────────┼───────────┤ 46 | │ 12 │ 8 │ 131313131313 │ ascii │ 313331333133313331333133 │ 1 │ 47 | ├──────────┼─────────┼─────────────────┼─────────────┼──────────────────────────────┼───────────┤ 48 | │ 12 │ 7 │ 313131313131 │ ascii │ 333133313331333133313331 │ 1 │ 49 | ├──────────┼─────────┼─────────────────┼─────────────┼──────────────────────────────┼───────────┤ 50 | │ 12 │ 4 │ TONTONTONTON │ ascii │ 544f4e544f4e544f4e544f4e │ 1.58496 │ 51 | ├──────────┼─────────┼─────────────────┼─────────────┼──────────────────────────────┼───────────┤ 52 | │ 13 │ 3 │ \nzgz199241881 │ ascii │ 0a7a677a313939323431383831 │ 2.87314 │ 53 | ├──────────┼─────────┼─────────────────┼─────────────┼──────────────────────────────┼───────────┤ 54 | │ 13 │ 3 │ zgz1992418819 │ ascii │ 7a677a31393932343138383139 │ 2.66123 │ 55 | ├──────────┼─────────┼─────────────────┼─────────────┼──────────────────────────────┼───────────┤ 56 | │ 13 │ 3 │ gz19924188196 │ ascii │ 677a3139393234313838313936 │ 2.81507 │ 57 | ├──────────┼─────────┼─────────────────┼─────────────┼──────────────────────────────┼───────────┤ 58 | │ 14 │ 7 │ 13131313131313 │ ascii │ 3133313331333133313331333133 │ 1 │ 59 | ├──────────┼─────────┼─────────────────┼─────────────┼──────────────────────────────┼───────────┤ 60 | │ 14 │ 6 │ 31313131313131 │ ascii │ 3331333133313331333133313331 │ 1 │ 61 | ├──────────┼─────────┼─────────────────┼─────────────┼──────────────────────────────┼───────────┤ 62 | │ 14 │ 3 │ \nzgz1992418819 │ ascii │ 0a7a677a31393932343138383139 │ 2.84237 │ 63 | ╘══════════╧═════════╧═════════════════╧═════════════╧══════════════════════════════╧═══════════╛ 64 | -------------------------------------------------------------------------------- /survivor_final_strings_all.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netmux/survivor-hashes/6651d3b796aad1945d01c81e4e85339fcf99932b/survivor_final_strings_all.txt -------------------------------------------------------------------------------- /survivor_final_strings_all_count.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netmux/survivor-hashes/6651d3b796aad1945d01c81e4e85339fcf99932b/survivor_final_strings_all_count.txt -------------------------------------------------------------------------------- /survivor_final_strings_all_count_4_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netmux/survivor-hashes/6651d3b796aad1945d01c81e4e85339fcf99932b/survivor_final_strings_all_count_4_10.txt -------------------------------------------------------------------------------- /survivor_final_strings_digits_count.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netmux/survivor-hashes/6651d3b796aad1945d01c81e4e85339fcf99932b/survivor_final_strings_digits_count.txt -------------------------------------------------------------------------------- /survivor_final_strings_digits_count_4_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netmux/survivor-hashes/6651d3b796aad1945d01c81e4e85339fcf99932b/survivor_final_strings_digits_count_4_10.txt -------------------------------------------------------------------------------- /survivor_final_strings_lower.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netmux/survivor-hashes/6651d3b796aad1945d01c81e4e85339fcf99932b/survivor_final_strings_lower.txt -------------------------------------------------------------------------------- /survivor_final_strings_lower_count.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netmux/survivor-hashes/6651d3b796aad1945d01c81e4e85339fcf99932b/survivor_final_strings_lower_count.txt -------------------------------------------------------------------------------- /survivor_final_strings_lower_count_4_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netmux/survivor-hashes/6651d3b796aad1945d01c81e4e85339fcf99932b/survivor_final_strings_lower_count_4_10.txt -------------------------------------------------------------------------------- /survivor_final_strings_upper.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netmux/survivor-hashes/6651d3b796aad1945d01c81e4e85339fcf99932b/survivor_final_strings_upper.txt -------------------------------------------------------------------------------- /survivor_final_strings_upper_count.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netmux/survivor-hashes/6651d3b796aad1945d01c81e4e85339fcf99932b/survivor_final_strings_upper_count.txt -------------------------------------------------------------------------------- /survivor_final_strings_upper_count_4_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netmux/survivor-hashes/6651d3b796aad1945d01c81e4e85339fcf99932b/survivor_final_strings_upper_count_4_10.txt -------------------------------------------------------------------------------- /survivor_pack_statsgen.txt: -------------------------------------------------------------------------------- 1 | _ 2 | StatsGen 0.0.3 | | 3 | _ __ __ _ ___| | _ 4 | | '_ \ / _` |/ __| |/ / 5 | | |_) | (_| | (__| < 6 | | .__/ \__,_|\___|_|\_\ 7 | | | 8 | |_| iphelix@thesprawl.org 9 | 10 | 11 | [*] Analyzing passwords in [../survivor_final_results.txt] 12 | [+] Analyzing 100% (75971/75971) of passwords 13 | NOTE: Statistics below is relative to the number of analyzed passwords, not total number of passwords 14 | 15 | [*] Length: 16 | [+] 13: 21% (16508) 17 | [+] 11: 21% (16262) 18 | [+] 12: 20% (15358) 19 | [+] 10: 14% (11280) 20 | [+] 14: 11% (8994) 21 | [+] 16: 02% (2254) 22 | [+] 9: 02% (2202) 23 | [+] 15: 02% (1651) 24 | [+] 17: 00% (476) 25 | [+] 18: 00% (297) 26 | [+] 19: 00% (163) 27 | [+] 20: 00% (116) 28 | [+] 7: 00% (85) 29 | [+] 6: 00% (78) 30 | [+] 21: 00% (77) 31 | [+] 8: 00% (59) 32 | [+] 22: 00% (45) 33 | [+] 23: 00% (25) 34 | [+] 24: 00% (13) 35 | [+] 25: 00% (11) 36 | [+] 26: 00% (7) 37 | [+] 27: 00% (2) 38 | [+] 28: 00% (2) 39 | [+] 2: 00% (1) 40 | [+] 4: 00% (1) 41 | [+] 5: 00% (1) 42 | [+] 32: 00% (1) 43 | [+] 35: 00% (1) 44 | [+] 38: 00% (1) 45 | 46 | [*] Character-set: 47 | [+] loweralphanum: 40% (30422) 48 | [+] loweralphaspecialnum: 16% (12839) 49 | [+] mixedalphanum: 15% (12050) 50 | [+] upperalphanum: 05% (4351) 51 | [+] loweralpha: 04% (3677) 52 | [+] mixedalpha: 04% (3229) 53 | [+] all: 03% (2781) 54 | [+] loweralphaspecial: 03% (2297) 55 | [+] specialnum: 01% (1071) 56 | [+] mixedalphaspecial: 01% (1008) 57 | [+] numeric: 01% (946) 58 | [+] upperalphaspecialnum: 01% (810) 59 | [+] upperalphaspecial: 00% (234) 60 | [+] upperalpha: 00% (187) 61 | [+] special: 00% (69) 62 | 63 | [*] Password complexity: 64 | [+] digit: min(0) max(28) 65 | [+] lower: min(0) max(26) 66 | [+] upper: min(0) max(23) 67 | [+] special: min(0) max(14) 68 | 69 | [*] Simple Masks: 70 | [+] stringdigit: 29% (22389) 71 | [+] digitstring: 13% (10539) 72 | [+] othermask: 13% (10029) 73 | [+] stringdigitstring: 12% (9659) 74 | [+] string: 09% (7093) 75 | [+] stringspecialdigit: 05% (4150) 76 | [+] stringdigitspecial: 03% (2838) 77 | [+] digitspecialstring: 02% (1903) 78 | [+] stringspecialstring: 01% (1248) 79 | [+] digitstringspecial: 01% (1221) 80 | [+] digitstringdigit: 01% (1004) 81 | [+] digit: 01% (946) 82 | [+] stringspecial: 01% (942) 83 | [+] specialstringdigit: 00% (332) 84 | [+] digitspecial: 00% (318) 85 | [+] specialstringspecial: 00% (296) 86 | [+] specialdigitspecial: 00% (240) 87 | [+] specialdigit: 00% (222) 88 | [+] digitspecialdigit: 00% (209) 89 | [+] specialdigitstring: 00% (165) 90 | [+] specialstring: 00% (159) 91 | [+] special: 00% (69) 92 | 93 | [*] Advanced Masks: 94 | [+] ?l?l?l?l?d?d?d?d?d?d?d?d?d?d: 03% (2429) 95 | [+] ?l?l?l?l?l?l?l?l?d?d?d?d: 02% (2189) 96 | [+] ?l?l?l?l?l?l?l?l?l?l?l: 02% (2127) 97 | [+] ?d?d?d?d?d?d?d?d?d?d?l?l?l?l: 02% (1906) 98 | [+] ?u?u?u?u?d?d?d?l?l?l: 01% (1509) 99 | [+] ?d?d?d?d?d?d?d?d?d?l?l?l?l?l: 01% (1419) 100 | [+] ?d?d?d?d?d?d?d?d?d?d?l?l?l: 01% (1255) 101 | [+] ?l?l?l?d?d?d?d?d?d?d?d?d?d: 01% (1218) 102 | [+] ?l?l?l?l?d?d?d?d?d?d?d?d?d: 01% (1178) 103 | [+] ?l?l?l?l?l?l?d?d?d?d?d?d?d: 01% (1137) 104 | [+] ?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d: 01% (925) 105 | [+] ?l?l?d?d?d?d?d?d?d?d?d?d?d: 01% (884) 106 | [+] ?d?d?d?d?d?d?d?d?l?l?l?l?l: 01% (866) 107 | [+] ?l?l?l?d?d?d?d?d?d?l?l?l: 01% (842) 108 | [+] ?l?l?l?l?l?l?l?l?l?d?d: 01% (760) 109 | --------------------------------------------------------------------------------