07-26-2017, 07:18 PM
hello folks,
I seem to be at a loss and have gone down several rabbit holes.... the "--username" flag, if iv understood correctly, works only if the "hashfile" where the hashes and username are locaited is written out in the following manner;
username1:hash1
username2:hash2
username3:hash3
username4:hash4
...and so on... correct?
the reason im asking you this is because im having a hard time cracking a list of hashes found in a txt file and then re-combining these hashes to their user name...
when one uses the -o flag the file will only show the cracked hashes, supposedly one is then to compare the specified outfile with the potfile to see which hashses have not been cracked?
iv tried the --"show" and "--left" flags but I must be using them incorrectly....basically my goat would be that hashcat writes out the list in exactly the same order as the "source" list and eventually omitting the un-cracked hashes..so it would look something like this.....
"hashfile.txt"
username1:hash1
username2:hash2
username3:hash3
username4:hash4
and so on
"outfile"
username1:cracked hash1
username2:hash2
username3:hash3
username4:cracked hash4
and so on....
not sure if any of this makes sense....
while im at it, can hash cat read CSV files as a "hashfile"?
thank you in advance
P.s I can provide the list of username and passwords should you need them....
I seem to be at a loss and have gone down several rabbit holes.... the "--username" flag, if iv understood correctly, works only if the "hashfile" where the hashes and username are locaited is written out in the following manner;
username1:hash1
username2:hash2
username3:hash3
username4:hash4
...and so on... correct?
the reason im asking you this is because im having a hard time cracking a list of hashes found in a txt file and then re-combining these hashes to their user name...
when one uses the -o flag the file will only show the cracked hashes, supposedly one is then to compare the specified outfile with the potfile to see which hashses have not been cracked?
iv tried the --"show" and "--left" flags but I must be using them incorrectly....basically my goat would be that hashcat writes out the list in exactly the same order as the "source" list and eventually omitting the un-cracked hashes..so it would look something like this.....
"hashfile.txt"
username1:hash1
username2:hash2
username3:hash3
username4:hash4
and so on
"outfile"
username1:cracked hash1
username2:hash2
username3:hash3
username4:cracked hash4
and so on....
not sure if any of this makes sense....
while im at it, can hash cat read CSV files as a "hashfile"?
thank you in advance
P.s I can provide the list of username and passwords should you need them....