crackpos values are wrong {HELP}
#2
Looks all pretty accurate:

Quote:$ ./hashcat 8743b52063cd84097a65d1633f5c74f5 -a 3 hashca?1 -1 t --potfile-disable --quiet --outfile-format 8
0
$ ./hashcat 8743b52063cd84097a65d1633f5c74f5 -a 3 hashca?1 -1 ?l --potfile-disable --quiet --outfile-format 8
5
$ ./hashcat 8743b52063cd84097a65d1633f5c74f5 -a 3 hashca?1 -1 ?l --potfile-disable --quiet --outfile-format 8 --markov-disable
19
$ echo -n hashcat | ./hashcat 8743b52063cd84097a65d1633f5c74f5 --potfile-disable --quiet --outfile-format 8
0
$ echo randomword > word.txt          
$ echo hashcat >> word.txt
$ ./hashcat 8743b52063cd84097a65d1633f5c74f5 --potfile-disable --quiet --outfile-format 8 word.txt
1
$ ./hashcat 8743b52063cd84097a65d1633f5c74f5 --potfile-disable --quiet --outfile-format 8 word.txt -r rules/best64.rule
77


Messages In This Thread
crackpos values are wrong {HELP} - by mcilie1324 - 01-17-2018, 04:11 AM
RE: crackpos values are wrong {HELP} - by atom - 01-23-2018, 11:27 AM