Floating Mask. How to?
#4
Hi, Again,

Let`s do the math:

According to hashcat:
Mask1: “?a?l?l?l?l?l?l?l” has 308 915 776 combinations.
Mask2: “?a?u?l?l?l?l?l?l” has 308 915 776 combinations.
Mask3: “?a?a?a?a?a?a?a?a” has 735 091 890 625 combinations.

Let assume that I want “?a” to float in mask1 on all position it is equal to run 8 different masks (?a?l?l?l?l?l?l?l, ?l?a?l?l?l?l?l?l, ?l?l?a?l?l?l?l?l, ?l?l?l?a?l?l?l?l  ….. ?l?l?l?l?l?l?l?a). The result will be:

308 915 776 * 8= 2 471 326 208 (~0,33 % from Mask3).

If I want “?a” and “?u” to float then we have 8 * 7 = 56 different masks for execution. Total of combination will be:
308 915 776*56= 17 299 283 456 (~ 2,353% from Mask3).

I don’t see your logic magnum.

Creating a dictionary for length of 8 char is ok, but for length of 12 char I think it is unpractical.

Thank you for your answers.


Messages In This Thread
Floating Mask. How to? - by agenta - 02-26-2016, 12:50 PM
RE: Floating Mask. How to? - by magnum - 02-26-2016, 02:12 PM
RE: Floating Mask. How to? - by Szulik - 02-26-2016, 02:53 PM
RE: Floating Mask. How to? - by agenta - 02-29-2016, 04:23 PM
RE: Floating Mask. How to? - by magnum - 03-02-2016, 09:33 PM
RE: Floating Mask. How to? - by Szulik - 03-01-2016, 09:58 AM
RE: Floating Mask. How to? - by philsmd - 03-01-2016, 12:43 PM
RE: Floating Mask. How to? - by newntk - 03-02-2016, 04:53 AM
RE: Floating Mask. How to? - by epixoip - 03-02-2016, 07:44 AM