hashcat Forum
Hashcat utilties - remove duplicate pwds - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip (https://hashcat.net/forum/forum-28.html)
+--- Thread: Hashcat utilties - remove duplicate pwds (/thread-1363.html)



Hashcat utilties - remove duplicate pwds - tomaso1z - 07-06-2012

Is there such a program that runs through your dictionary and removes all duplicate passwords?

Many thanks in advanced.


RE: Hashcat utilties - remove duplicate pwds - D3ad0ne - 07-06-2012

'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.



RE: Hashcat utilties - remove duplicate pwds - tomaso1z - 07-06-2012

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?


RE: Hashcat utilties - remove duplicate pwds - atom - 07-07-2012

you mean splitlen?

https://hashcat.net/wiki/hashcat_utils


RE: Hashcat utilties - remove duplicate pwds - pops21 - 07-24-2012

(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...