07-06-2012, 10:06 PM
07-06-2012, 10:11 PM
'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.
07-06-2012, 10:39 PM
brilliant thank you
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
oops that sorts the actuall word in alpbetical order aswell!
What should i use "sort -u" with?
prepare was useful for permutation but i thought i could prepare another dictionary for use with a straight dictionary attack aswell?
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?
07-07-2012, 04:07 PM
07-24-2012, 02:11 PM
(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...