Posts: 3
Threads: 1
Joined: Jun 2016
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?
Posts: 22
Threads: 0
Joined: Mar 2016
Posts: 3
Threads: 1
Joined: Jun 2016
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.
Posts: 22
Threads: 0
Joined: Mar 2016
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
Posts: 3
Threads: 1
Joined: Jun 2016
Excelent. My list looks like this
1020:johnsmith@email.com:b9ba203065b4a069e1e07b5c08223ff6a863835b
1021
usiestevens@email.com:6c1226452bf2645ba0ec4f7c9e39726bfd28d77e
And so on. I still don't fully understand. Mind writing out an example?