Search Results
|
Post |
Author |
Forum
[desc]
|
Replies |
Views |
Posted |
|
|
Thread: Issues with p106-090 pg410 driver and hashcat 6.1.1
Post: RE: Issues with p106-090 pg410 driver and hashcat ...
I think this is not really an error, you are just not aware (misunderstanding) that hashcat 6.0.0 and above recommend using CUDA.
I'm not sure if your "professional" GPU supports it (I pretty much ... |
|
philsmd |
Hardware
|
6 |
722 |
08-27-2020, 09:19 AM |
|
|
Thread: 1080 ti slow percent
Post: RE: 1080 ti slow percent
add this to your command:
Code:
--
-O
--
what do you mean by 30/35 % . Where do you see this ?
The output of hashcat says:
Temp is 64c
Fan is 37 %
Util is 100%
If you are talking abou... |
|
philsmd |
Hardware
|
2 |
503 |
09-09-2020, 09:32 PM |
|
|
Thread: Nvidia 3080 benchmarks
Post: RE: Nvidia 3080 benchmarks
thanks for the first benchmark of the NVIDIA RTX 3080
It would be great if they install CUDA from https://developer.nvidia.com/cuda-downloads and perform a further benchmark with CUDA installed (I ... |
|
philsmd |
Hardware
|
19 |
4,598 |
09-18-2020, 12:14 PM |
|
|
Thread: Bcrypt recovery with known salt?
Post: RE: Bcrypt recovery with known salt?
Please have a look at the bcrypt example (https://hashcat.net/wiki/doku.php?id=example_hashes - see line w/ hash type 3200), the format is:
$2a$cost$base64(salt).base64(hash)
iteration = 2 ^ cost
... |
|
philsmd |
hashcat
|
4 |
18,779 |
12-29-2013, 08:55 PM |
|
|
Thread: Packages for Linux distributions
Post: RE: Packages for Linux distributions
I think we should distinguish this task in 2 separate goals:
1. what devs of hashcat/oclHashcat need to change/do to facilitate creation of packages.
2. what the people need to do/know whose goal is t... |
|
philsmd |
hashcat
|
12 |
18,949 |
12-08-2015, 02:56 PM |
|
|
Thread: substr(md5(md5($pass)))
Post: RE: substr(md5(md5($pass)))
If you are asking about the code changes you need to do to make this work, it would probably be better to discuss this in the developer section of this forum.
Feature request go directly to github (o... |
|
philsmd |
hashcat
|
2 |
6,214 |
03-01-2016, 09:08 PM |
|
|
Thread: Duplicated hashes
Post: RE: Duplicated hashes
Just use the --show option *after* you cracked the hashes.
Since you used the --potfile-disable switch, you need to (temporarily) have a .pot file or with *newest beta* version (of hashcat 3.00) us... |
|
philsmd |
hashcat
|
2 |
4,587 |
05-23-2016, 08:30 PM |
|
|
Thread: hashcat-3.00
Post: RE: hashcat-3.00
Wow, actually this looks like a perfect temperature handling for me.
At the beginning for both safety reasons and maybe because your card was already a little bit warm/hot, the fan speed was set to a... |
|
philsmd |
hashcat
|
6 |
8,320 |
06-25-2016, 01:23 PM |
|
|
Thread: Intel CPU OpenCL with Radeon?
Post: RE: Intel CPU OpenCL with Radeon?
You should really read about the new options, like "--opencl-device-types 1,2" etc |
|
philsmd |
hashcat
|
3 |
15,338 |
06-29-2016, 09:52 PM |
|
|
Thread: WinZip in version 3.0
Post: RE: WinZip in version 3.0
yeah, currently only the newer winzip format is supported (the more difficult one to crack). |
|
philsmd |
hashcat
|
9 |
11,807 |
07-01-2016, 05:25 PM |
|
|
Thread: hashcat-3.00 - potfile behavior / ignored ?
Post: RE: hashcat-3.00 - potfile behavior / ignored ?
Well, guess it is already too late to create an issue. But good news, it seems we already fixed the problem: see https://github.com/hashcat/hashcat/pull/419
Thanks for reporting (and please test to m... |
|
philsmd |
hashcat
|
8 |
11,437 |
07-06-2016, 10:11 AM |
|
|
Thread: hashcat-3.00 - potfile behavior / ignored ?
Post: RE: hashcat-3.00 - potfile behavior / ignored ?
I'm not able to reproduce this new problem, regardless of what I try (potfile full of hashes, crap etc).
Seems that we now really need a github issue with full steps and examples that guide us to r... |
|
philsmd |
hashcat
|
8 |
11,437 |
07-07-2016, 12:38 PM |
|
|
Thread: Problem with rar2john hash
Post: RE: Problem with rar2john hash
It should be very easy to see that hashcat does not expect any filename within the "hash". So remove all this substring containing the filename, like "*C:\file.rar*94" in your example (without quotes)... |
|
philsmd |
hashcat
|
3 |
9,722 |
07-07-2016, 05:28 PM |
|
|
Thread: Using hashcat on my CentOS 6 machine
Post: RE: Using hashcat on my CentOS 6 machine
That error messages just means that it could not find the required "libOpenCL.so" or "libOpenCL.so.1" OpenCL library or more simply: the driver was not correctly installed.
How did you install the ... |
|
philsmd |
hashcat
|
6 |
10,606 |
07-10-2016, 08:47 AM |
|
|
Thread: Using hashcat on my CentOS 6 machine
Post: RE: Using hashcat on my CentOS 6 machine
It depends on the hardware you have. AMD/NVidia GPU ? Intel CPU ?
Just install the drivers the usual way and you shouldn't get that error message anylonger. |
|
philsmd |
hashcat
|
6 |
10,606 |
07-10-2016, 10:17 AM |
|
|
Thread: Hashcat 3 (from git) and OSX
Post: RE: Hashcat 3 (from git) and OSX
From the --help output:
Code:
--
-D, --opencl-device-types
--
and yes both just single device types e.g. -D 1 and also multiple device types e.g. -D 1,2 is possible |
|
philsmd |
hashcat
|
8 |
8,384 |
07-11-2016, 02:31 PM |
|
|
Thread: Hashcat 3.0 inc_vendor.cl missing
Post: RE: Hashcat 3.0 inc_vendor.cl missing
We highly recommend that you DO NOT copy any haschat (include) files to a system folder or that you use similar stupid workarounds like this.
The problem with such a "fix" is that after you do that... |
|
philsmd |
hashcat
|
23 |
39,240 |
07-05-2016, 09:53 AM |
|
|
Thread: Hashcat 3.0 ERROR: clBuildProgram()
Post: RE: Hashcat 3.0 ERROR: clBuildProgram()
We highly recommend that you DO NOT copy any haschat (include) files to a system folder or that you use similar stupid workarounds like this.
The problem with such a "fix" is that after you do that... |
|
philsmd |
hashcat
|
3 |
10,590 |
07-05-2016, 09:54 AM |
|
|
Thread: oclhachcat and cudahashcat v2.01
Post: RE: oclhachcat and cudahashcat v2.01
The download links were removed on purpose, primarily such that devs do not need to answer/troubleshoot problems about 2.01 or earlier versions even after hashcat 3.00 with many changes was released. ... |
|
philsmd |
hashcat
|
3 |
22,606 |
07-12-2016, 03:01 PM |
|
|
Thread: No keyspace for the distributed hashcat v3.00
Post: RE: No keyspace for the distributed hashcat v3.00
If you don't know the password length and want to use mask attack, you can just use mask with different lengths. e.g. 4 to 7:
Code:
--
-a 3 ?a?a?a?a
-a 3 ?a?a?a?a?a
-a 3 ?a?a?a?a?a?a
-a 3 ?a?a?... |
|
philsmd |
hashcat
|
3 |
6,010 |
07-12-2016, 04:20 PM |