Search Results
|
Post
[desc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: Linux vs Win speed
Post: RE: Linux vs Win speed
did you try to use beta for both systems (https://hashcat.net/beta) ?
what might also make the difference is as you said the driver version, tuning software (performance/power levels, memory speeds... |
|
philsmd |
hashcat
|
4 |
1,481 |
02-12-2020, 01:03 AM |
|
|
Thread: Literal word, characters any case
Post: RE: Literal word, characters any case
Actually there are different ways to accomplish this and the strategy you choose depends heavily on how many hashes/salts you have and on the type of hashes (the examples are for -m 0 = MD5 below):
... |
|
philsmd |
hashcat
|
2 |
2,558 |
03-30-2017, 08:12 AM |
|
|
Thread: Location of restore file
Post: RE: Location of restore file
what's your operating system ?
The restore file is named after your session e.g. with default "hashcat" session, it's just hashcat.restore.
By default it's stored in the hashcat folder, e.g. if ... |
|
philsmd |
hashcat
|
2 |
460 |
08-06-2020, 08:44 AM |
|
|
Thread: Location of TrueCrypt Hidden OS Header
Post: RE: Location of TrueCrypt Hidden OS Header
I'm not sure why you are even trying to "brute-force" the offset.
The instructions are very clear: if the whole disk (operating system) is encrypted i.e. the system starts with the special boot loade... |
|
philsmd |
hashcat
|
7 |
7,597 |
07-14-2017, 08:11 PM |
|
|
Thread: Locked out of Keepass 1.x
Post: RE: Locked out of Keepass 1.x
if you do not know how to escape special characters within your command, you should just use a hash file.
Code:
--
hashcat64.exe -m 13400 -a 3 hash_file.txt ?l?l?l?l?l?l?l
--
of course the file "h... |
|
philsmd |
hashcat
|
6 |
7,596 |
08-08-2017, 07:09 AM |
|
|
Thread: Locked out of Keepass 1.x
Post: RE: Locked out of Keepass 1.x
you are not allowed to post hashes here.
Respect the forum rules or you get banned immediately.
It also can't be that difficult to use the same format of the example hash also for your hash.
You ... |
|
philsmd |
hashcat
|
6 |
7,596 |
08-08-2017, 01:55 PM |
|
|
Thread: Look Up Tables
Post: RE: Look Up Tables
Since this post is within the cpu hashcat section, I assume you are speaking about hashcat-cli (version 0.49 at the time of this post).
Yes, if you look at --help, it says:
5 = Table-Lookup
so ... |
|
philsmd |
Old hashcat Support
|
2 |
5,656 |
03-19-2015, 06:29 PM |
|
|
Thread: Looking to crack password on AppleSecureNote
Post: RE: Looking to crack password on AppleSecureNote
you need to specify the path to the "NoteStore.sqlite" SQLITE file within the command line (that is exactly what the Usage says).
The script doesn't work without specifying the sqlite file within t... |
|
philsmd |
hashcat
|
5 |
817 |
08-03-2020, 12:01 PM |
|
|
Thread: Looking to crack password on AppleSecureNote
Post: RE: Looking to crack password on AppleSecureNote
don't post hashes here, see https://hashcat.net/forum/announcement-2.html
I think only the last 3 ones are valid hashes, the last three load perfectly fine for me and seem to crack (e.g. for one of... |
|
philsmd |
hashcat
|
5 |
817 |
08-04-2020, 01:09 AM |
|
|
Thread: Looking to write a rule to replace digits
Post: RE: Looking to write a rule to replace digits
Code:
--
hashcat --stdout -a 3 -o dict.txt Password?d?d?d
hashcat --stdout -a 3 -o dict.txt My?d?d?dPassword
hashcat -m 14800 -a 0 -w 3 hash.txt dict.txt
--
|
|
philsmd |
hashcat
|
7 |
729 |
08-21-2020, 10:08 PM |
|
|
Thread: Looking to write a rule to replace digits
Post: RE: Looking to write a rule to replace digits
I don't think it's practical, you would need to combine rules with each and every combination (10x -r multi-rule replaces within the command, rule-chaining, to change mutliple digits at the same time)... |
|
philsmd |
hashcat
|
7 |
729 |
08-22-2020, 10:11 AM |
|
|
Thread: Lotus Notes/Domino 8
Post: RE: Lotus Notes/Domino 8
I'm not totally sure what the purpose of this thread is. Is it meant as a summarize/description/guide of what the user could do when he gets a user.id file (in form of a user contribution thread) or i... |
|
philsmd |
Old oclHashcat Support
|
2 |
6,257 |
06-25-2015, 03:49 PM |
|
|
Thread: Low GPU utilization and how to cope with it
Post: RE: Low GPU utilization and how to cope with it
can you give some examples of what the left and right part look like in the hybrid attack.
I think your calculation is completely wrong.
you still have 24 masks on the left side and this number wo... |
|
philsmd |
hashcat
|
7 |
3,763 |
01-05-2019, 05:28 PM |
|
|
Thread: Low Hashrate
Post: RE: Low Hashrate
are you talking about hashes per second H/s , because Hz is something completely differnt (core clock, frequency for instance).
speed depends a lot on the attack mode and sometimes even how many ha... |
|
philsmd |
hashcat
|
10 |
3,249 |
11-10-2019, 05:21 PM |
|
|
Thread: lower performance with CUDA toolkit
Post: RE: lower performance with CUDA toolkit
probably depends on the driver not on the CUDA toolkit.
hint: you can install CUDA without replacing the driver... that's also what most users/devs do... just install the CUDA toolkit and keep the ... |
|
philsmd |
hashcat
|
2 |
238 |
09-22-2020, 10:33 AM |
|
|
Thread: LUKS clGetEventProfilingInfo(): CL_UNKNOWN_ERROR
Post: RE: LUKS clGetEventProfilingInfo(): CL_UNKNOWN_ERR...
why are you so sure that this has anything to do with LUKS ? Did you test by running the benchmarks or even --benchmark --benchmark-all ?
did you try to use the beta from https://hashcat.net/beta/
... |
|
philsmd |
hashcat
|
2 |
1,090 |
10-08-2019, 10:41 AM |
|
|
Thread: m -15700 2h\s on 1080ti
Post: RE: m -15700 2h\s on 1080ti
it's called the cost factor (N, r, p).
different settings/cost implies different speed |
|
philsmd |
hashcat
|
4 |
1,599 |
11-24-2019, 01:00 PM |
|
|
Thread: m 14800 (itunes Ver >10), hashcat has a strange behaviour
Post: RE: m 14800 (itunes Ver >10), hashcat has a strang...
I don't understand what the problem is.
This is perfectly expected behaviour. -m 14800 is a hard/slow hash type.
Everything that you just described seems to be expected.
The only way to fix it ... |
|
philsmd |
hashcat
|
6 |
4,996 |
11-10-2017, 12:08 PM |
|
|
Thread: m13600 error,Self-test hash parsing error: Token encoding exception
Post: RE: m13600 error,Self-test hash parsing error: Tok...
do you think this is the same problem https://github.com/hashcat/hashcat/issues/2200 ? |
|
philsmd |
hashcat
|
4 |
1,883 |
10-30-2019, 10:24 AM |
|
|
Thread: m13600 error,Self-test hash parsing error: Token encoding exception
Post: RE: m13600 error,Self-test hash parsing error: Tok...
well, that was more like a rhetorical question ! :)
we know that it has to do with hexadecimal fields and this recent commit (which in fact isn't wrong, but only brought the problem to light becaus... |
|
philsmd |
hashcat
|
4 |
1,883 |
10-30-2019, 04:49 PM |