PRINCE creating dups
#1
for example i have a wordlist containing the following:
Code:
my
password
is
the
best

but i get a lot of dups even though the wordlist itself has unique words:
Code:
mypasswordisthebest
mypasswordisthebest
mypasswordisthebest
mypasswordisthebest
mypasswordisthebest
mypasswordisthebest

hashcat-cli64.bin -a 6 --stdout example.dict | wc -l
124184
hashcat-cli64.bin -a 6 --stdout example.dict | sort -u | wc -l
113987

any way to de-dup this?


Messages In This Thread
PRINCE creating dups - by forumhero - 01-08-2015, 07:47 PM
RE: PRINCE creating dups - by atom - 01-08-2015, 08:09 PM
RE: PRINCE creating dups - by forumhero - 01-08-2015, 08:14 PM
RE: PRINCE creating dups - by undeath - 01-09-2015, 01:48 AM
RE: PRINCE creating dups - by forumhero - 01-09-2015, 02:05 AM
RE: PRINCE creating dups - by atom - 01-09-2015, 11:48 AM
RE: PRINCE creating dups - by atom - 01-09-2015, 12:50 PM
RE: PRINCE creating dups - by forumhero - 01-09-2015, 07:00 PM