Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
Thread: Max Pass Length using Wordlists
Post: RE: Max Pass Length using Wordlists
Unless you're attacking a slow hash, it may not be worth skipping the longer files.
If it's a slow hash, you could use 'combinator' from hashcat-utils, and then pipe that through 'len' (also from h... |
|
royce |
hashcat
|
7 |
5,993 |
11-29-2017, 10:40 PM |
|
|
Thread: complex md5 salted hash
Post: RE: complex md5 salted hash
Yes, if I understand you correctly - if you're only attacking a single salt, then appending a hyphen to the end of the salt would have the same effect. |
|
royce |
hashcat
|
1 |
2,518 |
11-30-2017, 04:57 AM |
|
|
Thread: Do not try to write --keyspace yourself
Post: RE: Do not try to write --keyspace yourself
epixoip Wrote: (11-28-2017, 05:02 AM)
--
I can't really explain it any better than I already did in the thread you linked to. I guess I can try to expand upon it.
--
Great writeup. Totally stealing... |
|
royce |
hashcat
|
15 |
20,288 |
11-30-2017, 05:26 PM |
|
|
Thread: Cyrillic --> English transliterated passwords wordlist
Post: RE: Cyrillic --> English transliterated passwords ...
RealEnder, wlc was new to me - thanks for the tip, looks very useful. |
|
royce |
hashcat
|
7 |
6,887 |
12-01-2017, 05:45 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: 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: 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: 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: 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: 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: --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: 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: 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: 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: 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: 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: 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: 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: 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: 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 |