different attack types
#2
(01-04-2011, 03:27 PM)ttilt Wrote: 3) What is the permutation attack type? What do the perm-min and perm-max do?

quick example: word from dictionary is "abc", permutation attack mutates it to:

abc
acb
bac
bca
cab
cba

tip: your dictionaries can be optimized for permutation attack by removing duplicates. for example if you have these two words in your dictionary "abc" and "acb" they generate exactly the same words. so you should remove them. to do this use the "prepare" program from hashcat-utils and sort -u them afterwards.


Messages In This Thread
different attack types - by ttilt - 01-04-2011, 03:27 PM
RE: different attack types - by atom - 01-09-2011, 12:54 PM
RE: different attack types - by atom - 01-11-2011, 10:20 AM
RE: different attack types - by atom - 10-24-2011, 12:22 PM