12-21-2018, 03:33 AM
Hello,
I've noticed in hybrid attacks the workload highly dependant on the amount of entries in the dictionary.
Take the following attack as example:
mask + wordlist
?l?l?l?l?l?l?l?l [8]
Performance will be horrible. 100 seperate masks attacks would also be not very efficient.
My suggestion is the following. Munge a part of the mask into the rules to increase workload. So above example would become:
?l?l?l?l?l [5]
I've noticed in hybrid attacks the workload highly dependant on the amount of entries in the dictionary.
Take the following attack as example:
mask + wordlist
?l?l?l?l?l?l?l?l [8]
Code:
@hotmail.com
@yahoo.om
@gmail.com
97 other domains...
Performance will be horrible. 100 seperate masks attacks would also be not very efficient.
My suggestion is the following. Munge a part of the mask into the rules to increase workload. So above example would become:
?l?l?l?l?l [5]