Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: Itunes Backup line length
Post: RE: Itunes Backup line length
I see what you're getting at -- hmm, maybe "and/or" (since it can be either?)
Both of our suggestions are workarounds for the fact that the same syntax can be used both to specify a hash directly, ... |
|
royce |
hashcat
|
6 |
4,624 |
12-18-2017, 02:07 AM |
|
|
Thread: Itunes Backup line length
Post: RE: Itunes Backup line length
To be fair, the error could be more clear for people who are not proficient on the command line. Though I'm not sure how to make it better, other than to make it reeeeeeally explicit, as in:
Code:... |
|
royce |
hashcat
|
6 |
4,624 |
12-18-2017, 01:47 AM |
|
|
Thread: Build advice
Post: RE: Build advice
Yep, that looks about right. |
|
royce |
Hardware
|
27 |
20,575 |
12-18-2017, 01:42 AM |
|
|
Thread: Itunes Backup line length
Post: RE: Itunes Backup line length
Try your attack against the appropriate example hash (https://hashcat.net/wiki/doku.php?id=example_hashes) to validate your approach.
Also, be aware that -m 14800 (iTunes backup >= 10.0) is a very ... |
|
royce |
hashcat
|
6 |
4,624 |
12-14-2017, 05:41 AM |
|
|
Thread: Formatting mask for mask attack
Post: RE: Formatting mask for mask attack
If there are only a few substitions, hashcat's -1/-2/-3/-4 (aka --custom-charset[1234]) can help with this.
If it's more than that, generating a custom list of masks using maskprocessor (https://gi... |
|
royce |
hashcat
|
2 |
2,433 |
12-13-2017, 05:43 AM |
|
|
Thread: Rockyou hcmask files
Post: RE: Rockyou hcmask files
I believe that they're derived from an expected runtime (based on a baseline cracking rate): The first number is a way to keep them sorted, and the second number is the number of seconds.
Code:
--... |
|
royce |
hashcat
|
1 |
2,578 |
12-10-2017, 09:16 PM |
|
|
Thread: huawei p9 lite destroyed but i get emmc image :)
Post: RE: huawei p9 lite destroyed but i get emmc image ...
I am not familiar with how encryption is done on these phones, but here's an example for a different phone.
https://hashcat.net/forum/thread-2202.html |
|
royce |
hashcat
|
7 |
5,068 |
12-08-2017, 05:24 PM |
|
|
Thread: Minimun GPU mem requirements
Post: RE: Minimun GPU mem requirements
Hmm - not sure how this translates into total RAM, but the value checked by OpenCL in the code is here:
https://github.com/hashcat/hashcat/blob/master/src/opencl.c#L3076-L3085
Code:
--
... |
|
royce |
hashcat
|
3 |
3,643 |
12-08-2017, 05:00 PM |
|
|
Thread: bcrypt salt format
Post: RE: bcrypt salt format
I haven't worked with this hash type before, but A) it's not pure bcrypt, and B) the portion after the colon is, I'm told, not a salt. |
|
royce |
hashcat
|
4 |
4,539 |
12-08-2017, 04:41 AM |
|
|
Thread: Line Exception using Example Hash md5
Post: RE: Line Exception using Example Hash md5
Ah, indeed! Very easy to forget that one - even if you're not new! |
|
royce |
hashcat
|
4 |
3,155 |
12-08-2017, 03:44 AM |
|
|
Thread: No Device Found Error
Post: RE: No Device Found Error
I personally prefer something like Ubuntu (desktop or server), but I don't think there's a difference in compute power. |
|
royce |
hashcat
|
4 |
3,682 |
12-08-2017, 01:26 AM |
|
|
Thread: --keyspace Not Working?
Post: RE: --keyspace Not Working?
Leave out the filename.
Code:
--
$ hashcat -m 0 -w 3 -O -a 3 ?a?a?a?a?a?a?a?a --keyspace
7737809375
--
|
|
royce |
hashcat
|
2 |
2,899 |
12-07-2017, 11:54 PM |
|
|
Thread: Cisco ASA hash type
Post: RE: Cisco ASA hash type
Un-base64 it, then crack it as an NTLM hash.
Code:
--
$ echo -n 'iEb36u6PsRetBr3YMLdYbA==' | base64 -d | xxd -p
8846f7eaee8fb117ad06bdd830b7586c
--
|
|
royce |
hashcat
|
6 |
8,034 |
12-07-2017, 07:05 PM |
|
|
Thread: No Device Found Error
Post: RE: No Device Found Error
K a l i is known to not be very Open-CL friendly.
But generally, if OpenCL can see your devices, hashcat should work. |
|
royce |
hashcat
|
4 |
3,682 |
12-07-2017, 08:37 AM |
|
|
Thread: Line Exception using Example Hash md5
Post: RE: Line Exception using Example Hash md5
Do you have extra (or too few) characters in your hash.txt file? This is what the line-length exception error means.
Code:
--
$ cat - >hash.txt
8743b52063cd84097a65d1633f5c74f5
$ cat hash.tx... |
|
royce |
hashcat
|
4 |
3,155 |
12-07-2017, 02:25 AM |
|
|
Thread: New Cracking Build Feedback
Post: RE: New Cracking Build Feedback
I'd recommend something other than K a l i for the main OS. It doesn't play well with OpenCL and hashcat sometimes. |
|
royce |
Hardware
|
16 |
14,433 |
12-06-2017, 09:24 PM |
|
|
Thread: How long will hashcat finish copying while restore
Post: RE: How long will hashcat finish copying while res...
DKblue Wrote: (12-04-2017, 05:25 PM)
--
Does pipe supports pause??
--
I don't think that pipe supports pause. But you can pause the entire job on Unix-likes with Control-Z, and then restore it with... |
|
royce |
hashcat
|
8 |
6,107 |
12-06-2017, 09:06 PM |
|
|
Thread: Password list
Post: RE: Password list
logistix111 Wrote: (12-06-2017, 05:19 PM)
--
Thanks! One of the things I didn't like about other lists is they contained the hash too which is a PITA to remove and clean up.
--
Find a way to do this ... |
|
royce |
hashcat
|
6 |
15,311 |
12-06-2017, 08:52 PM |
|
|
Thread: Does generate-rules.exe not have a help?
Post: RE: Does generate-rules.exe not have a help?
Many tools from hashcat-utils are pretty minimal. The wiki has a summary of usage:
https://hashcat.net/wiki/doku.php?id=hashcat_utils#generate-rules |
|
royce |
hashcat
|
4 |
3,931 |
12-04-2017, 08:46 AM |
|
|
Thread: HD7970 really slow?
Post: RE: HD7970 really slow?
Hmm, interesting. I wouldn't expect you to have to downgrade drivers - latest stable should be fine.
Is it possible that something else is keeping your GPU busy? |
|
royce |
Hardware
|
7 |
5,620 |
12-03-2017, 06:21 PM |