Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: Two hashes one result - why?
Post: RE: Two hashes one result - why?
well I guess there is more about hashing I need to learn. |
|
agoago |
Old hashcat Support
|
6 |
8,321 |
03-04-2015, 02:14 PM |
|
|
Thread: Two hashes one result - why?
Post: RE: Two hashes one result - why?
I know it same salt and same iteration. But hash is different. One is much longer than another. |
|
agoago |
Old hashcat Support
|
6 |
8,321 |
03-04-2015, 10:41 AM |
|
|
Thread: Two hashes one result - why?
Post: Two hashes one result - why?
I got two hashes
hash number 1:
Code:
--
$ml$26246$87487bb03941a7d1e702cc54ee81e7f61e5e46f554b47677279a59185baaba5f$4b98bb3ebefd1c7195aa991916b7d7e683e992fd9a9d1355533456d62bad58c1ccc0380351252... |
|
agoago |
Old hashcat Support
|
6 |
8,321 |
03-04-2015, 04:19 AM |
|
|
Thread: Can hashcat decrypt icloud password stored on mac?
Post: Can hashcat decrypt icloud password stored on mac?
iCloud password is stored in keychain (preference -> keychain access).
When log in as admin, the hash can be shown easily. The question is, can the hashcat app decrypt that kind of hash? |
|
agoago |
Old hashcat Support
|
1 |
5,220 |
03-02-2015, 05:54 PM |
|
|
Thread: how to limit password character length
Post: RE: how to limit password character length
That's great. That's much better. The estimated time now reduced 40% compared to normal method. |
|
agoago |
Old hashcat Support
|
10 |
16,239 |
03-02-2015, 07:18 AM |
|
|
Thread: how to limit password character length
Post: RE: how to limit password character length
epixoip Wrote: (03-02-2015, 06:54 AM)
--
Too much overhead checking the length of each candidate. You can try using the other rule instead. Edit the rule file and replace |
|
agoago |
Old hashcat Support
|
10 |
16,239 |
03-02-2015, 06:59 AM |
|
|
Thread: how to limit password character length
Post: RE: how to limit password character length
I see. It's working now. But something interesting that I want to clarify with you.
The limit character method should work faster than no limit right? However the limit method reports the longer esti... |
|
agoago |
Old hashcat Support
|
10 |
16,239 |
03-02-2015, 06:48 AM |
|
|
Thread: how to limit password character length
Post: RE: how to limit password character length
|
agoago |
Old hashcat Support
|
10 |
16,239 |
03-02-2015, 06:40 AM |
|
|
Thread: how to limit password character length
Post: RE: how to limit password character length
epixoip Wrote: (03-02-2015, 06:08 AM)
--
https://hashcat.net/wiki/doku.php?id=rule_based_attack
You could use '6 or |
|
agoago |
Old hashcat Support
|
10 |
16,239 |
03-02-2015, 06:27 AM |
|
|
Thread: how to limit password character length
Post: how to limit password character length
Hi,
I'm using this command to find my password on mac Yosemite
Code:
--
./hashcat-cli64.app -m 7100 hash.txt wordlist.txt
--
And it was successful, however it took a little bit long.
What if I k... |
|
agoago |
Old hashcat Support
|
10 |
16,239 |
03-02-2015, 05:58 AM |