04-23-2020, 12:04 PM
is there a way I can specify password patterns in "-a 3" mode with following constraints:
-> minimum password length is 8 characters
-> the first letter is an upper-case letter
-> the rest of the password can be upper-case letters, lower-case letters, digits (0-9) and one special character "@"
the attack vector should start with password length of 8 characters, if the password is not cracked, then the attack vector should continue with 9 characters etc. this should work with an "--increment" - though I dont know yet what this vector looks like - could anyone help me out ?
-> minimum password length is 8 characters
-> the first letter is an upper-case letter
-> the rest of the password can be upper-case letters, lower-case letters, digits (0-9) and one special character "@"
the attack vector should start with password length of 8 characters, if the password is not cracked, then the attack vector should continue with 9 characters etc. this should work with an "--increment" - though I dont know yet what this vector looks like - could anyone help me out ?