02-26-2016, 12:50 PM
Hi, Everyone,
What you are doing here is very interesting and I am impressed. I performed several tests using BruteForce, oclHashcat and Hashoctopus. I am writing here because I want to achieve a specific task with brute force and hashcat mask and I didn`t find the right solution or syntax searching this forum and the Net.
Here is what I want to do:
I know that the password contains one special character and one Upper Case character, the rest is lower case. I do not know the positions of the special char and the upper case character, so I need a mask that will test all combinations with different position. For example:
Password MASK
P@ssword ?u?a?l?l?l?l?l?l
passwo!D ?l?l?l?l?l?l?a?u
pa$wOrd ?l?l?a?l?u?l?l
I want ?u?a to float around the whole password length, and to be present only once. This will reduce dramatically the combination for testing.
Is there a way to achieve that in a single mask?
Thank you in advance.
What you are doing here is very interesting and I am impressed. I performed several tests using BruteForce, oclHashcat and Hashoctopus. I am writing here because I want to achieve a specific task with brute force and hashcat mask and I didn`t find the right solution or syntax searching this forum and the Net.
Here is what I want to do:
I know that the password contains one special character and one Upper Case character, the rest is lower case. I do not know the positions of the special char and the upper case character, so I need a mask that will test all combinations with different position. For example:
Password MASK
P@ssword ?u?a?l?l?l?l?l?l
passwo!D ?l?l?l?l?l?l?a?u
pa$wOrd ?l?l?a?l?u?l?l
I want ?u?a to float around the whole password length, and to be present only once. This will reduce dramatically the combination for testing.
Is there a way to achieve that in a single mask?
Thank you in advance.