Rule order and
#1
This seems like an easy question, but I"m trying to figure it out. Do **hashcat** rules run *concurrently or sequentially*?

So for a simple *leet* rule like this:

    ## leetify
    :
    so0
    si1
    se3

If I'm running this and the word *sole* is in my dictionary file, will this only test

    s0le
    sol3

???

Similarly, how can I test partial replacements...
sXY replaces X with Y but what if I only want to replace one of two Xs ???

    s013

???

That is -  what is the syntax to run rules simultaneously AND independently?
Also, is there a way to run a rule on only some portion of the word, to account for an error in data entry?

so that

    week

would become

    w3ek
or
    we3k

(only one e being replaced)
Reply


Messages In This Thread
Rule order and - by puck2 - 02-09-2021, 08:17 PM
RE: Rule order and - by blacktraffic - 02-10-2021, 09:22 AM