how to remove hash from output file
#1
hi, i cracked passwords using hashcat and in the output file the lines are in user:hash:pass but i need user:pass.
to do it i did: hashcat64.exe -m 0 --username hashes.txt wordlists
then after it finished: -m 0 --username --show hashes.txt --outfile-format=2 -o cracked.txt      <- this was from a tutorial i found and i would like to not have the hash in the final output file.


Messages In This Thread
how to remove hash from output file - by thelittletrain17 - 08-14-2017, 10:12 AM