|
Recover passwords in output user:plain
|
|
03-14-2012, 03:29 AM
(This post was last modified: 03-14-2012 03:30 AM by ABC.)
Post: #1
|
|||
|
|||
|
Recover passwords in output user:plain
Dear well respected hashcat community members,
I've made a list of hashed passwords in email:hash form that I'd like to recover. Example: user129:$H$90C7LZqCAYxRKtymr3ziPBnMLAGFzu. My question: how do I recover the hashed passwords (in green), leaving the username/email (in red), still intact, so I can make the output like this: user129:hashcat I hope this is possible! Thanks in advance, ABC |
|||
|
03-14-2012, 10:34 AM
Post: #2
|
|||
|
|||
|
RE: Recover passwords in output user:plain
hashcat cant do that, oclHashcat-plus can.
|
|||
|
03-14-2012, 03:58 PM
Post: #3
|
|||
|
|||
|
RE: Recover passwords in output user:plain
And how would I be able to do something like that with oclHashcat-plus, sir?
|
|||
|
03-14-2012, 05:10 PM
Post: #4
|
|||
|
|||
|
RE: Recover passwords in output user:plain
make sure the cracked hashes can be found in hashcat.pot, then use a combination of the --show and --username switches.
|
|||
|
03-18-2012, 05:11 AM
(This post was last modified: 03-18-2012 05:17 AM by Kakoose.)
Post: #5
|
|||
|
|||
|
RE: Recover passwords in output user:plain
Hi atom, just a small request from such a proud user, would you please implement this option in hashcat? It would be absolutely wonderful! Unfortunately, I'm not in a position to afford a new computer that is able operate GPU program such as oclHashcat-plus
|
|||
|
03-18-2012, 07:25 PM
Post: #6
|
|||
|
|||
|
RE: Recover passwords in output user:plain
This "feature" should work even without having a GPU. Try it pls and report.
|
|||
|
03-19-2012, 08:26 AM
Post: #7
|
|||
|
|||
|
RE: Recover passwords in output user:plain
Not too sure where you mean, hashcat won't even input (or output), user:hash formats nor is there an option to output user:pass. Maybe I'm not getting what you mean?
|
|||
|
03-19-2012, 11:17 AM
Post: #8
|
|||
|
|||
| RE: Recover passwords in output user:plain | |||
|
04-11-2013, 01:37 PM
(This post was last modified: 04-11-2013 01:42 PM by drfreddy.)
Post: #9
|
|||
|
|||
|
RE: Recover passwords in output user:plain
Please, I am very interested in the exact details how to solve this.
I have a db with >100k entries (user:hash); roughly half of which have been de-hashed into a separate file (hash:plain). How to best proceed to get a user:plain file? A hashcat.pot file exists, if that's any good. What would an exact oclhashcat-plus command line be? Alternatively, can this be achieved with a cleaver find/replace algo in for example Excel or Notepad++? (And the above posted php solution doesn't work when the lengths of the two input files are mismatched.) |
|||
|
04-11-2013, 04:17 PM
Post: #10
|
|||
|
|||
|
RE: Recover passwords in output user:plain
What you need are following steps (example with mode 0 (md5) of example0.hash):
Code: $ cat hashtest.hash # some random *X MASKED* hashes from example0.hashIt also seems that the forum search returns *SEVERAL* threads about those --show etc options. For example if you need to reformat it in different ways etc see also: https://hashcat.net/forum/thread-1700.html Furthermore, hashcat.pot is a plain text file, you can sed/grep/awk etc it as you like, even a simple power shell/sh script can loop over input and hashcat.pot file *very* fast! The only thing that is a little bit strange to me is that why --outfile-format will *not* be accepted with --show, e.g Code: $ cudaHashcat-plus64.exe -m 0 hashtest.hash --outfile-format 2 -o output --show --usernameI am sure @atom will say this is *not* a bug, but we can add it as feature request on TRAC, can we/should we? Best |
|||
|
« Next Oldest | Next Newest »
|
Search
Member List
Calendar
Help




