Defining character length.
#16
Let's try to verify your claim. you said that the dictionary file does not contain any passwords shorter than 8 characters.

so let's try to run hashcat without any rule file and see how much rejected password candidates you get:

Code:
hashcat -m 2500 -a 0 captures.hccapx BLACKLIST.txt

because somehow this statements are in contradiction with your status display:
Code:
Rejected.........: 9762060/63333900 (15.41%)

15 % rejected means that 15 % of lines in your word list are smaller than 8 characters (or longer than 64, but that's probably less likely)

Let's first verify this claim about the "I removed the words under eight then where is Hashcat coming up with them"
Reply


Messages In This Thread
Defining character length. - by Rdgeno - 09-17-2019, 09:53 PM
RE: Defining character length. - by philsmd - 09-17-2019, 10:03 PM
RE: Defining character length. - by Rdgeno - 09-18-2019, 04:26 AM
RE: Defining character length. - by Rdgeno - 09-18-2019, 05:29 AM
RE: Defining character length. - by Rdgeno - 09-18-2019, 04:43 AM
RE: Defining character length. - by Rdgeno - 09-18-2019, 05:27 AM
RE: Defining character length. - by Rdgeno - 09-18-2019, 05:35 AM
RE: Defining character length. - by philsmd - 09-18-2019, 08:28 AM
RE: Defining character length. - by Rdgeno - 09-18-2019, 08:04 PM
RE: Defining character length. - by Rdgeno - 09-18-2019, 08:11 PM
RE: Defining character length. - by Rdgeno - 09-18-2019, 08:17 PM
RE: Defining character length. - by undeath - 09-18-2019, 09:28 PM
RE: Defining character length. - by Rdgeno - 09-18-2019, 09:42 PM
RE: Defining character length. - by undeath - 09-18-2019, 11:27 PM
RE: Defining character length. - by Rdgeno - 09-18-2019, 11:41 PM
RE: Defining character length. - by philsmd - 09-19-2019, 09:12 AM
RE: Defining character length. - by Rdgeno - 09-20-2019, 03:03 AM
RE: Defining character length. - by Rdgeno - 09-21-2019, 02:34 PM
RE: Defining character length. - by sono - 09-19-2019, 11:56 AM
RE: Defining character length. - by philsmd - 09-19-2019, 12:32 PM
RE: Defining character length. - by philsmd - 09-22-2019, 09:40 AM
RE: Defining character length. - by Rdgeno - 09-22-2019, 10:54 PM