Thread Closed 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Hashcat utilties - remove duplicate pwds
07-06-2012, 10:06 PM
Post: #1
Hashcat utilties - remove duplicate pwds
Is there such a program that runs through your dictionary and removes all duplicate passwords?

Many thanks in advanced.
Find all posts by this user
07-06-2012, 10:11 PM
Post: #2
RE: Hashcat utilties - remove duplicate pwds
'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.
Find all posts by this user
07-06-2012, 10:39 PM (This post was last modified: 07-06-2012 11:01 PM by tomaso1z.)
Post: #3
RE: Hashcat utilties - remove duplicate pwds
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. Confused

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?
Find all posts by this user
07-07-2012, 04:07 PM
Post: #4
RE: Hashcat utilties - remove duplicate pwds
you mean splitlen?

https://hashcat.net/wiki/hashcat_utils
Visit this user's website Find all posts by this user
07-24-2012, 02:11 PM
Post: #5
RE: Hashcat utilties - remove duplicate pwds
(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...
Find all posts by this user
Thread Closed