Morph - Hashcat_utils
#3
This is only speculation from what I can figure out by testing. Basically morph generates insertion rules for the most frequent chains of characters from the dictionary that you provide and that, per position.

- Dictionary = Wordlist used for frequency analysis.
- Depth = Determines what "top" chains that you want. For example 10 would give you the top 10 (in fact, it seems to start with value 0 so that 10 would give the top 11).
- Width = Max length of the chain. With 3 for example, you will get up to 3 rules per line for the most frequent 3 letter chains.
- pos_min = Minimum position where the insertion rule will be generated. For example 5 would mean that it will make rule to insert the string only from position 5 and up.
-pos_max = Maximum position where the insertion rule will be generated. For example 10 would mean that it will make rule to insert the string so that it's end finishes at a maximum of position 10.

This is a great tool. I can propose already an improvement. Allow also the "o" rule. I am sure that it will generate lots of hits as well. I know that it can be done manually but it's easier to do it directly from original command line.
Reply


Messages In This Thread
Morph - Hashcat_utils - by tony - 08-15-2012, 11:05 PM
RE: Morph - Hashcat_utils - by M@LIK - 08-15-2012, 11:29 PM
RE: Morph - Hashcat_utils - by mastercracker - 08-16-2012, 02:19 PM
RE: Morph - Hashcat_utils - by tony - 08-16-2012, 10:19 PM
RE: Morph - Hashcat_utils - by atom - 08-17-2012, 11:35 AM
RE: Morph - Hashcat_utils - by mastercracker - 08-17-2012, 02:07 PM
RE: Morph - Hashcat_utils - by atom - 08-17-2012, 07:47 PM
RE: Morph - Hashcat_utils - by atom - 08-20-2012, 03:17 PM
RE: Morph - Hashcat_utils - by korsa741 - 08-23-2012, 06:28 PM
RE: Morph - Hashcat_utils - by mastercracker - 08-29-2012, 02:45 PM