05-06-2023, 05:28 AM
Just curious, can the unsigned integer type for the "count_words" function in wordlist.c be changed from "u64" to "uintmax_t"?
I still sometimes get this error when trying to use large wordlists:
"Integer overflow detected in keyspace for wordlist" (originates from straight.c with -m 0, straight dictionary attack)
With that stated, this is what I earn when trying to use a 165 GB wordlist on a system that only has 128 GB of RAM, I suppose. (Yes, I know that I should look up splitting tools for these "monster" wordlists, so I will also look into that.)
I still sometimes get this error when trying to use large wordlists:
"Integer overflow detected in keyspace for wordlist" (originates from straight.c with -m 0, straight dictionary attack)
With that stated, this is what I earn when trying to use a 165 GB wordlist on a system that only has 128 GB of RAM, I suppose. (Yes, I know that I should look up splitting tools for these "monster" wordlists, so I will also look into that.)