Text manipulation with hashcat
#1
So I have a list of hashes that are in ID:username:SHA1pass format. 

I'd like my output list to be in username:plaintext format of all the ones that were able to be cracked. What is the best way of doing this with a dictionary file?
#2
https://hashcat.net/wiki/doku.php?id=fre...ilpassword
#3
I still don't fully understand. I have them in UID:username:SHA1, but need them in just username:password. I don't understand how to feed it the current format and the desired format for it to interpet.
#4
Philsmd did a nice write up on this same question:
As stated by a previous comment on the same thread by atom: You will need to use a combonation of --show and --username switches.
https://hashcat.net/forum/thread-985-pos...l#pid13308
#5
Excelent. My list looks like this

1020:johnsmith@email.com:b9ba203065b4a069e1e07b5c08223ff6a863835b
1021Confusedusiestevens@email.com:6c1226452bf2645ba0ec4f7c9e39726bfd28d77e

And so on. I still don't fully understand. Mind writing out an example?