05-02-2022, 04:37 PM
well this is quite a huge list, i would assume you downloaded a bulk of uncracked ntlm from somewhere?
some sites just copy/merge "left lists" and doesnt check for doubles, so i would assume there are many many doubles inside
you could check with
linux
the output number is your real uniq count
some sites just copy/merge "left lists" and doesnt check for doubles, so i would assume there are many many doubles inside
you could check with
linux
Code:
sort -ui yourfile | wc-l
the output number is your real uniq count