Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[desc]
|
|
|
Thread: Simple Dictionary Test
Post: RE: Simple Dictionary Test
It's in your output:
Code:
--
Skipping unstable hash-mode 15700 for this device.
--
It's literally saying that there is a driver problem with your specific device (Apple driver for AMD GPU a... |
|
philsmd |
hashcat
|
6 |
1,213 |
05-20-2020, 07:32 AM |
|
|
Thread: AMD cpu
Post: RE: AMD cpu
you need to install the OpenCL Runtime for Intel Core or Xeon processors from https://software.intel.com/content/www/us/en/develop/articles/opencl-drivers.html#cpu-section
Yeah, this is no joke. th... |
|
philsmd |
hashcat
|
2 |
883 |
05-20-2020, 08:35 PM |
|
|
Thread: Combinator
Post: RE: Combinator
it's all about acceleration, read: https://hashcat.net/faq/morework
if there is much I/O slowdown, but little new input for hashcat, the GPU can't really accelerate, it will stay idle... instead if... |
|
philsmd |
hashcat
|
8 |
1,615 |
05-20-2020, 08:38 PM |
|
|
Thread: Hashcat not recognizing my GPU
Post: RE: Hashcat not recognizing my GPU
see: https://hashcat.net/faq/wrongdriver
also test with
Code:
--
clinfo
--
to test and make sure it's working with other tools and therefore is not a hashcat problem. |
|
philsmd |
hashcat
|
7 |
1,365 |
05-22-2020, 08:02 AM |
|
|
Thread: Hashcat not recognizing my GPU
Post: RE: Hashcat not recognizing my GPU
it's not clear what the problem now is.
Does clinfo only work (i.e. list your devices) with root ? that would be very bad and just proofs that your driver installation/configuration is broken. It w... |
|
philsmd |
hashcat
|
7 |
1,365 |
05-22-2020, 12:31 PM |
|
|
Thread: markov mode
Post: RE: markov mode
maybe you are looking for the command line argument:
Code:
--
--markov-threshold
--
see --help output of hashcat.
normally the length of the password candidates is determined by the mask le... |
|
philsmd |
hashcat
|
6 |
1,079 |
05-22-2020, 12:33 PM |
|
|
Thread: Simple Dictionary Test
Post: RE: Simple Dictionary Test
did you try to test with the beta version from https://hashcat.net/beta/ |
|
philsmd |
hashcat
|
6 |
1,213 |
05-22-2020, 12:34 PM |
|
|
Thread: N00b can't get hashcat.exe file with extract error from Keka on MacOS
Post: RE: N00b can't get hashcat.exe file with extract e...
The best/easiest thing for macOS (since we can't really cross-compile the macOS binaries for every macOS version etc), is to just use git and compile it yourself.
i.e. with brew install the most im... |
|
philsmd |
hashcat
|
4 |
990 |
05-23-2020, 08:46 AM |
|
|
Thread: N00b can't get hashcat.exe file with extract error from Keka on MacOS
Post: RE: N00b can't get hashcat.exe file with extract e...
these 2 commands are not the same
Code:
--
hashcat -a 0 -m 14800 -o hash.txt passwords4.txt
--
vs
Code:
--
./hashcat -a 0 -m 14800 -o hash.txt passwords4.txt
--
"./hashcat" is the only o... |
|
philsmd |
hashcat
|
4 |
990 |
05-23-2020, 07:50 PM |
|
|
Thread: two word lists and a rule
Post: RE: two word lists and a rule
please define "a rule" . is this one single rule ?
you should also be more clear about "two dictionary" . do you mean combining them or running them one after the other.
to combine 2 dictionarie... |
|
philsmd |
hashcat
|
3 |
781 |
05-24-2020, 05:46 PM |
|
|
Thread: two word lists and a rule
Post: RE: two word lists and a rule
it's not directly supported, mainly because the combination of 2 dicts can turn out to be huge (combining hundred of thousands words with each other - or more - gives a huge and sometimes too huge com... |
|
philsmd |
hashcat
|
3 |
781 |
05-24-2020, 06:32 PM |
|
|
Thread: Whats up with this hardware
Post: RE: Whats up with this hardware
the mask in the pictures is different, the number of left hashes (but interestingly only one "salt" / network ??? so basically you already cracked all networks on one machine and some hashes are uncra... |
|
philsmd |
Hardware
|
4 |
1,162 |
05-25-2020, 07:38 AM |
|
|
Thread: Hashcat isn't using GPU
Post: RE: Hashcat isn't using GPU
it's quite an old GPU. Does the driver you have even state official OpenCL support for your GPU with latest version ?
maybe you can also test with some tuning software like afterburner and GPU-Z et... |
|
philsmd |
hashcat
|
2 |
853 |
05-26-2020, 09:31 AM |
|
|
Thread: SHA-256 64 char password
Post: RE: SHA-256 64 char password
infeasible. (26+10) ^ 64 = 4011991914547630480065053387702443812690402487741812225955731622655455723258857248542161222254985216 |
|
philsmd |
hashcat
|
2 |
574 |
05-26-2020, 09:48 PM |
|
|
Thread: Hashcat fails on MacBook hardware. Any cloud suggestions?
Post: RE: Hashcat fails on MacBook hardware. Any cloud s...
you could try to use the git version from https://github.com/hashcat/hashcat
install git, make, gcc, sed and all the other common build tools and run
Code:
--
git clone https://github.com/hashc... |
|
philsmd |
Hardware
|
1 |
620 |
05-26-2020, 09:50 PM |
|
|
Thread: Rule for targetting CamelCase passwords?
Post: RE: Rule for targetting CamelCase passwords?
Code:
--
hashcat -m 0 -a 1 -w 3 -j c -k c hash.txt dict1.txt dict2.txt
--
instead of the "c" rule you could also use the toggle rule: -j T0 -k T0 |
|
philsmd |
hashcat
|
1 |
514 |
05-27-2020, 12:16 PM |
|
|
Thread: HASHCAT CPU
Post: RE: HASHCAT CPU
just uninstall all theser open-source drivers (beignet, pocl, mesa etc) and install the OpenCL Runtime for Intel Core and Xeon Processors from https://software.intel.com/content/www/us/en/develop/arti... |
|
philsmd |
hashcat
|
7 |
10,133 |
05-28-2020, 07:37 AM |
|
|
Thread: Combinator attack - hashcat internals
Post: RE: Combinator attack - hashcat internals
what exactly are you comparing with ?
Is it this command ?
Code:
--
hashcat -m 3200 -a 1 -w 3 hash.txt dict1.txt dict2.txt
--
It also depends a lot on the sizes of the dicts and on the cost f... |
|
philsmd |
hashcat
|
1 |
577 |
05-28-2020, 08:52 AM |
|
|
Thread: Brain server can't write above 4GB
Post: RE: Brain server can't write above 4GB
do you say that the release version is not affected or do you just mention the beta because you emphasize that it's a problem that isn't fixed ?
what are your system specs ? enough RAM / disk space... |
|
philsmd |
hashcat
|
13 |
2,476 |
05-29-2020, 09:11 PM |
|
|
Thread: How long to decrypt SHA256
Post: RE: How long to decrypt SHA256
also note that you can't use decrypt with hashes: https://www.techsolvency.com/passwords/dehashing-reversing-decrypting/
something that isn't encrypted, can't in general be decrypted
-m 1400 = S... |
|
philsmd |
hashcat
|
6 |
1,263 |
05-29-2020, 09:15 PM |