12-21-2018, 03:33 AM
(This post was last modified: 12-21-2018, 04:07 AM by dipeperon.
Edit Reason: added info
)
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]
Code:
aaa@hotmail.com
aaa@yahoo.om
aaa@gmail.com
aab@hotmail.com
aab@yahoo.om
aab@gmail.com
aac@hotmail.com
aac@yahoo.om
aac@gmail.com
etc.