Overwrite Rule using Lowercase Letters?
#3
(10-17-2016, 09:39 AM)atom Wrote: I'd suggest using PACK and set min digits to 10 or whatever count of numbers are known

Hi atom! Thank you for the suggestion. I found out that PACK from http://thesprawl.org (multiple programs) is already installed in Kalil! I ran the 2 passwords that I have through the below processes.

It looks like if I would like to use the rules I now need to place them into a *.rule file. Correct? It also looks like I will need to create a custom wordlist of 12-digit alphanumeric passwords to run the rules on, is that also Correct? So the dream of applying rules to the smaller numeric only wordlist is not really a possibility?

I ran:

:/#statsgen Passwords.txt
results
[*]Advanced Masks:
[+]  ?d?d?d?d?d?d?d?l?d?l?d?d: 50% (1)
[+]  ?d?l?d?l?d?l?d?d?d?l?d?d: 50% (1)

:/#policygen --minlength=12 --maxlength=12 --minupper=0 --mindigit=8 --minlower=2 --minupper=0 --minspecial=0
results
[*]Total Masks:  16777216 Time: >1 year
[*]Policy Masks: 17941 Time: >1 year

:/#rulegen --verbose --password ENTERPASSWORD
results
[*]^2 so5 o3j ss4 sk3 se5 $c $7 $5
[*]^2 si5 i3j i44 i63 ss5 i84 so7 DB
[*]^2 i25 +3 i44 i63 ss5 i84 so7 DB
.... total 19 rules for password 1

:/#rulegen --verbose --password ENTERPASSWORD2
results
[*]^9 ^4 ^9 ^3 ^2 ^4 ^6 sa9 $9 $7
[*]^9 ^4 ^9 ^3 ^2 ^4 ^6 se9 $9 $7
[*]^9 ^4 ^9 ^3 ^2 ^4 ^6 si9 $9 $7
... total 5 rules for password 2


Messages In This Thread
RE: Overwrite Rule using Lowercase Letters? - by shillingg - 10-18-2016, 01:09 AM