Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
Views |
Posted |
|
|
Thread: Cannot find an OpenCL ICD loader library.
Post: RE: Cannot find an OpenCL ICD loader library.
what os/linux distro are you using? |
|
undeath |
hashcat
|
3 |
1,678 |
11-20-2019, 02:37 PM |
|
|
Thread: Litecoin asic L3+ and Scrypt hash
Post: RE: Litecoin asic L3+ and Scrypt hash
ASICs are very very specific about the thing they do. You won't be able to utilise those for anything but litecoin mining. |
|
undeath |
hashcat
|
3 |
1,365 |
11-24-2019, 10:51 PM |
|
|
Thread: Is there something wrong with my system?
Post: RE: Is there something wrong with my system?
How did you select your hardware? Did you look at the price tag and pick whatever was most expensive? Nothing wrong with the hardware you selected per se but you could probably get away with half the ... |
|
undeath |
hashcat
|
3 |
1,499 |
11-30-2019, 01:12 PM |
|
|
Thread: I have error please help me
Post: RE: I have error please help me
what is not clear about the error? |
|
undeath |
hashcat
|
3 |
1,264 |
12-15-2019, 10:26 PM |
|
|
Thread: change working directory
Post: RE: change working directory
you probably broke the file when you tried to edit it. The format is documented here: https://hashcat.net/wiki/doku.php?id=restore |
|
undeath |
hashcat
|
3 |
1,133 |
12-16-2019, 10:34 PM |
|
|
Thread: Dictionary Attack
Post: RE: Dictionary Attack
rockyou is a good wordlist but you should add rules. Hashcat ships a bunch. There is no way to guarantee cracking a hash though. |
|
undeath |
General Talk
|
3 |
1,523 |
01-05-2020, 01:09 PM |
|
|
Thread: Hashcat 5.1.0 never returns results
Post: RE: Hashcat 5.1.0 never returns results
Quote:
--
Code:
--
hashcat64.exe -a 3 -m 0 -p : -o "c:\my\desktop\pw.txt" "c:\my\desktop\hash.txt" -O -1 ?a ?1?1?1?1
--
--
that's a weird "simple" example. A simple example would be
Code:
--
h... |
|
undeath |
hashcat
|
3 |
1,123 |
01-22-2020, 11:53 PM |
|
|
Thread: Hashcat does not see GPU (??)
Post: RE: Hashcat does not see GPU (??)
Your hashcat version is really old.
Your GPU is very old and probably no longer supported. If it is, you still need to install the proprietary nvidia driver. |
|
undeath |
hashcat
|
3 |
1,210 |
01-26-2020, 06:30 PM |
|
|
Thread: Hashcat does not see GPU (??)
Post: RE: Hashcat does not see GPU (??)
As suspected your GPU is simply too old and unsupported. |
|
undeath |
hashcat
|
3 |
1,210 |
01-26-2020, 07:05 PM |
|
|
Thread: Help!
Post: RE: Help!
What problem do you mean? |
|
undeath |
hashcat
|
3 |
1,091 |
01-29-2020, 03:48 PM |
|
|
Thread: Rules effects.
Post: RE: Rules effects.
description for individual rules: https://hashcat.net/wiki/doku.php?id=rule_based_attack
to see what a specific ruleset generates you can use hashcat's stdout mode
hashcat -r rules.rule wordlist... |
|
undeath |
hashcat
|
3 |
1,045 |
02-05-2020, 05:02 PM |
|
|
Thread: hash on rasberry 4 armv7l with a kaili linux
Post: RE: hash on rasberry 4 armv7l with a kaili linux
only x86 systems are officially supported even though you can probably compile hashcat for arm. However, I'm not aware of any working OpenCL runtime for arm/rpi which is required to use hashcat. |
|
undeath |
hashcat
|
3 |
1,409 |
02-15-2020, 06:32 PM |
|
|
Thread: Benchmark error
Post: RE: Benchmark error
try with the latest beta version https://hashcat.net/beta/ |
|
undeath |
hashcat
|
3 |
967 |
02-20-2020, 06:08 PM |
|
|
Thread: is bcrypt´s benchmark showing bcrypt itterations or bcrypt-hashes per second?
Post: RE: is bcrypt´s benchmark showing bcrypt itterati...
Usually there should be about one thread per shader core I think. But how exactly each of those threads works and how the workload profile factors in there is black magic to me. |
|
undeath |
hashcat
|
3 |
1,474 |
02-23-2020, 09:34 PM |
|
|
Thread: is bcrypt´s benchmark showing bcrypt itterations or bcrypt-hashes per second?
Post: RE: is bcrypt´s benchmark showing bcrypt itterati...
If you weren't using a horribly outdated version of hashcat you'd see what bcrypt settings the benchmark is based on.
for example:
Code:
--
Hashmode: 3200 - bcrypt $2*$, Blowfish (Unix) (Iterat... |
|
undeath |
hashcat
|
3 |
1,474 |
02-23-2020, 09:02 PM |
|
|
Thread: Hybrid attack keyspace inconsistency
Post: RE: Hybrid attack keyspace inconsistency
The option name "keyspace" is misleading and isn't actually the keyspace. It's just some internal hashcat number.
Or to quote the FAQ entry you linked:
Quote:
--
hashcat's --keyspace is specifically... |
|
undeath |
hashcat
|
3 |
1,317 |
03-05-2020, 11:02 PM |
|
|
Thread: Multiple GPU Problem
Post: RE: Multiple GPU Problem
possibly heat or power throttling. |
|
undeath |
Hardware
|
3 |
1,381 |
03-11-2020, 07:50 PM |
|
|
Thread: No hashes loaded
Post: RE: No hashes loaded
please try again with the latest hashcat version (or beta version) |
|
undeath |
hashcat
|
3 |
1,212 |
03-11-2020, 11:06 PM |
|
|
Thread: Using DD to get the hash of a non-system partition encrypted by VeraCrypt
Post: RE: Using DD to get the hash of a non-system parti...
if your dd in fact spits out ascii-hex it's probably broken |
|
undeath |
hashcat
|
3 |
865 |
03-29-2020, 04:27 PM |
|
|
Thread: hashcat problem with huge dictionary text files (bug)
Post: RE: hashcat problem with huge dictionary text file...
you are using -a3 (mask attack) with a dictionary
btw, pocl is not recommended, you should use the Intel OpenCL runtime |
|
undeath |
hashcat
|
3 |
883 |
03-30-2020, 12:05 AM |