crackpos values are wrong {HELP}
#1
Crackpos is the # of iterations tried to guess a password right?
it doesnt seem so:

So im using hashcat along prince processor, no the issue is not coming from the latter; i can assure youthis is an issue with hashcat. along side these 2 programs running at once, i also have to run a python script to parse some data (the hash/sec) . without the python script i can see the hashcat output every 10 seconds. when i read that output, i see that the num of guesses is somewhere in the billions. when i run the python script, (which writes to a different file than the outfile) i cant see that; its reading from stdin. anyway, when i look at the file (irregardless of if i use the python thing or not) the crack pos values for my hashes is magnitudes lower than what it actually should be (talking about hundreds of thousands compared to trillions and billions) . why is this. I used outfile 10 or plain:crackpos. Do i just not know what crack pos is?
 please help 
Smile thanks
#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
#3
So should I use outfile 8 or 10?
#4
(01-25-2018, 02:38 AM)mcilie1324 Wrote: So should I use outfile 8 or 10?

I don't understand what crackpos is. But I'd use 11 it makes join to line up users and passwords easier