Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
Thread: iTunes backup crack too slow
Post: RE: iTunes backup crack too slow
in this case it depends heavily on the iteration count. this information is stored/present within the hash itself.
the hash used within the benchmark uses 10000 iterations (iter) and 1000 iteration... |
|
philsmd |
hashcat
|
8 |
3,798 |
03-12-2019, 12:01 PM |
|
|
Thread: iTunes backup crack too slow
Post: RE: iTunes backup crack too slow
that's interesting.
I'm not sure if we should change it though. One problem of changing a benchmark setting is always that users start comparing apple to oranges after the change (and they say "hey... |
|
philsmd |
hashcat
|
8 |
3,798 |
03-13-2019, 09:47 AM |
|
|
Thread: Unable to load a 7z archive hash made with 7z2hashcat
Post: RE: Unable to load a 7z archive hash made with 7z2...
good. will close this thread just to make sure this isn't going to get a multi-thread about all 7-Zip questions.
(again, if you have currrently problems with 7-Zip hashes you should just try beta or ... |
|
philsmd |
hashcat
|
9 |
4,737 |
03-13-2019, 09:52 AM |
|
|
Thread: VeraCrypt with PIM/keyfile seems to be ignored
Post: RE: VeraCrypt with PIM/keyfile seems to be ignored
thanks guys for confirming.
I did some commit history tests and found out that this (admittedly very huge) commit has fixed the PIM feature:
https://github.com/hashcat/hashcat/commit/c9e796fcf061... |
|
philsmd |
hashcat
|
13 |
5,712 |
03-14-2019, 12:09 PM |
|
|
Thread: 7z2Hashcat + -m 11600 issues
Post: RE: 7z2Hashcat + -m 11600 issues
are you able to debug where/who crashed ?
It could be the driver too and in this case maybe just a setup/driver installation problem, dunno.
Did you try to test with the example hashes from http... |
|
philsmd |
hashcat
|
6 |
2,591 |
03-22-2019, 03:49 PM |
|
|
Thread: 7z2Hashcat + -m 11600 issues
Post: RE: 7z2Hashcat + -m 11600 issues
without the hash it's very difficult (or impossible?) for me to say what's the problem.
Maybe you can share the hash in a PM or try to generate a new hash with the 7-Zip tool that also crashes and ... |
|
philsmd |
hashcat
|
6 |
2,591 |
03-22-2019, 03:59 PM |
|
|
Thread: HashCat Speed
Post: RE: HashCat Speed
no hash type, no valid answer
btw: try to use -w 4 and -O (the latter only makes sense if applicable to that specific hash type -m x) |
|
philsmd |
hashcat
|
3 |
1,840 |
03-24-2019, 11:42 AM |
|
|
Thread: Command error
Post: RE: Command error
I think this is a problem of quotation marks "" vs ''
I think windows only accepts "" as quotation for parameters
The normal hashcat command is like this:
Code:
--
hashcat64.exe -m 14800 -... |
|
philsmd |
hashcat
|
4 |
2,207 |
03-21-2019, 01:49 PM |
|
|
Thread: 7z2Hashcat + -m 11600 issues
Post: RE: 7z2Hashcat + -m 11600 issues
as mentioned within my reply to your PM (I don't know if you saw it), I couldn't reproduce the problem with your hash.
Neither with a windows system, nor with a linux system...
normally the window... |
|
philsmd |
hashcat
|
6 |
2,591 |
03-22-2019, 09:27 PM |
|
|
Thread: HashCat Speed
Post: RE: HashCat Speed
I think brute-forcing is not the correct approach (or at least it shouldn't be the first one) for slow hash types like iTunes backup >= 10.0 .
I would recommend starting with a dictionary attack (-... |
|
philsmd |
hashcat
|
3 |
1,840 |
03-24-2019, 12:15 PM |
|
|
Thread: Limit GPU usage on laptop?
Post: RE: Limit GPU usage on laptop?
-w 1 or --force together with the -u and -n could help, but it's always better to fix the main problem, i.e. not using a laptop and fixing the GPU/airflow cooling instead |
|
philsmd |
hashcat
|
2 |
2,029 |
03-24-2019, 02:56 PM |
|
|
Thread: Diskcryptor password
Post: RE: Diskcryptor password
well, we had a similar request from here: https://hashcat.net/forum/thread-8012.html
and I tried to patch hashcat v5.1.0 (with commit: 1493bc01cfbf3fe0b7f4f639e43813f590439a4d) a little bit to sup... |
|
philsmd |
hashcat
|
8 |
4,266 |
03-24-2019, 07:42 PM |
|
|
Thread: Keyboard-layout-mapping
Post: RE: Keyboard-layout-mapping
your command line is wrong. --stdout is -m 2000
you can't use --stdout and another hash type setting -m x
either one or the other
Code:
--
./hashcat.bin -a 3 -m 13743 -1 ?l?u?d --keyboard-... |
|
philsmd |
hashcat
|
1 |
1,477 |
03-25-2019, 12:01 PM |
|
|
Thread: Hashcat Brain Files (*.admp, *.ldmp)
Post: RE: Hashcat Brain Files (*.admp, *.ldmp)
It is currently hard-coded (see https://github.com/hashcat/hashcat/blob/7806be32c25c387cc11f02a400684c0d0d465632/src/brain.c#L1982-L1983), but it's not impossible to add command line options etc for i... |
|
philsmd |
hashcat
|
3 |
2,024 |
03-27-2019, 01:57 PM |
|
|
Thread: SHA256 How to get digest value in `unsigned char` format?
Post: RE: SHA256 How to get digest value in `unsigned ch...
The length of a normal sha256 hash is 64 hexadecimal characters and therefore 32 raw bytes. You are trying to use 4 ints of 4 bytes = 4 * 4 = 16 bytes. That's only half the bytes of the full hash. |
|
philsmd |
hashcat
|
8 |
3,509 |
03-31-2019, 07:31 PM |
|
|
Thread: SHA256 How to get digest value in `unsigned char` format?
Post: RE: SHA256 How to get digest value in `unsigned ch...
no, it's 8 ints (all of which are 4 bytes), see https://github.com/hashcat/hashcat/blob/319bf80178e946f3b833aea3daefe3ddbfde51c2/OpenCL/inc_hash_sha256.h#L64 |
|
philsmd |
hashcat
|
8 |
3,509 |
04-01-2019, 08:35 AM |
|
|
Thread: No hashes loaded error.... help me pls
Post: RE: No hashes loaded error.... help me pls
even if it might not be the only (or main) reason let's just remember what the warning about --force says:
Code:
--
You can use --force to override this, but do not report related errors.
--
D... |
|
philsmd |
hashcat
|
3 |
2,239 |
04-02-2019, 09:08 AM |
|
|
Thread: A couple of Qs
Post: RE: A couple of Qs
1. same speed if you configure the system/fan/power usage correctly, why should the operating system matter ? we are talking about dedicated/separate OpenCL devices after all
2. hashcat is able to us... |
|
philsmd |
hashcat
|
1 |
1,224 |
04-03-2019, 01:06 PM |
|
|
Thread: Mask Attacks with Mask File and Custom Charset
Post: RE: Mask Attacks with Mask File and Custom Charset
as the two guides from https://hashcat.net/wiki/?id=mask_attack#hashcat_mask_files and https://hashcat.net/faq#what_is_a_hashcat_mask_file already emphasize, you must specify all the hcchr and custom ... |
|
philsmd |
hashcat
|
2 |
1,544 |
04-03-2019, 01:10 PM |
|
|
Thread: Hashcat Caching Previously Calculated Hashes
Post: RE: Hashcat Caching Previously Calculated Hashes
there is no such additional cache for storing cracked hashes except the potfile.
Maybe you are confusing the startup time with the OpenCL kernel compilation time, which only happens once for each k... |
|
philsmd |
hashcat
|
3 |
2,153 |
03-27-2019, 08:25 PM |