LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   John the Ripper settings (https://www.linuxquestions.org/questions/linux-software-2/john-the-ripper-settings-142837/)

samshiver 02-05-2004 10:29 PM

John the Ripper settings
 
I've recently installed john the ripper and am trying to brute force a password file. I'm trying to set the password entry to be between 10 and 18 characters. I've edited ~/john.ini Incremental:All min to 10 and max to 18. When i run john -i:all pass.file it starts at 6 characters. Something else need to be edited?

john.ini:

# Incremental modes
[Incremental:All]
File = ~/all.chr
MinLen = 10
MaxLen = 18
CharCount = 95

bash#: john -i:all pass.file ??

does something else need to be edited? Also i would like to set the username as Administrator.
bash#: john -users:Administrator -i:all file ??

any help would be appreciated.

Thanks,
Sam

btw, it's a converted win32 SAM file. Mine, no bad intentions.

shadow.blue 02-06-2004 11:26 AM

maybe it`s case-sensitive... did you try -i:All?

samshiver 02-06-2004 04:12 PM

yes, sure have

also just tried -i, as that uses the default Incremental:All...


All times are GMT -5. The time now is 07:35 AM.