Hashcat utilties - remove duplicate pwds
#1
Is there such a program that runs through your dictionary and removes all duplicate passwords?

Many thanks in advanced.
#2
'sort -u' usually does the trick.

(07-06-2012, 10:06 PM)tomaso1z Wrote: Is there such a program that runs through your dictionary and removes all duplicate passwords?

Many thanks in advanced.
#3
brilliant thank you Wink

prepare.bin worked fine in bt/linux

prepare.exe in windows well it just sorted them in alphabteical order but the file was twice as big. :S

Anyways my problem is solved thanks again

(07-06-2012, 10:11 PM)D3ad0ne Wrote: 'sort -u' usually does the trick.

(07-06-2012, 10:06 PM)tomaso1z Wrote: Is there such a program that runs through your dictionary and removes all duplicate passwords?

Many thanks in advanced.

oops that sorts the actuall word in alpbetical order aswell!

What should i use "sort -u" with?

(07-06-2012, 10:11 PM)D3ad0ne Wrote: 'sort -u' usually does the trick.

(07-06-2012, 10:06 PM)tomaso1z Wrote: Is there such a program that runs through your dictionary and removes all duplicate passwords?

Many thanks in advanced.

prepare was useful for permutation but i thought i could prepare another dictionary for use with a straight dictionary attack aswell?
#4
you mean splitlen?

https://hashcat.net/wiki/hashcat_utils
#5
(07-06-2012, 10:11 PM)D3ad0ne Wrote: 'sort -u' usually does the trick.

(07-06-2012, 10:06 PM)tomaso1z Wrote: Is there such a program that runs through your dictionary and removes all duplicate files

Many thanks in advanced.



Many thanks for your help...