Search Results
|
Post
[desc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: Discrepancy between Benchmark numbers and actual numbers
Post: RE: Discrepancy between Benchmark numbers and actu...
what makes me wondering the most is the util percentage in your benchmark-like run for -m 0:
Code:
--
Time.Started.....: Fri Aug 30 12:52:59 2019 (2 secs)
...
Guess.Mask.......: ?b?b?b?b?b?b?b... |
|
philsmd |
hashcat
|
43 |
12,656 |
08-31-2019, 11:16 AM |
|
|
Thread: Discrepancy between Benchmark numbers and actual numbers
Post: RE: Discrepancy between Benchmark numbers and actu...
stdin/pipe only works with -a 0
therefore the command:
Code:
--
hashcat64.exe --stdout d:\wordlists\rockyou.txt -r rules\best64.rule| hashcat64.exe -m1000 -a3 d:\hashlists\Random\test.txt -O --... |
|
philsmd |
hashcat
|
43 |
12,656 |
08-31-2019, 09:14 PM |
|
|
Thread: Discrepancy between Benchmark numbers and actual numbers
Post: RE: Discrepancy between Benchmark numbers and actu...
why did you remove the -O now? it's so confusing to understand what you are testing and why you are changing the hash type and parameters without any reasons. we said that we want to compare it agains... |
|
philsmd |
hashcat
|
43 |
12,656 |
08-31-2019, 11:37 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: Diskcryptor password
Post: RE: Diskcryptor password
The first step, i.e. implementing the basic DiskCryptor AES module + kernel + test was successfully done: see https://github.com/hashcat/hashcat/commit/60c255a69dd007c02c6514496fe99fce891dae22 and htt... |
|
philsmd |
hashcat
|
8 |
4,266 |
04-07-2019, 08:37 PM |
|
|
Thread: Diskcryptor password
Post: RE: Diskcryptor password
with our latest commit https://github.com/hashcat/hashcat/commit/8f62085ea49d19a2f0e0bebf1ee5ad27f4e51210 we added the support for all the 7 combinations of aes/twofish/serpent (3 pure, 3 with 2 algos... |
|
philsmd |
hashcat
|
8 |
4,266 |
04-08-2019, 07:49 PM |
|
|
Thread: Do not try to write --keyspace yourself
Post: RE: Do not try to write --keyspace yourself
The output of --keyspace can be used to distribute cracking, i.e. you can use the value from --keyspace and divide it into x chunks (best would be if the chunk size depends on the performance of your ... |
|
philsmd |
hashcat
|
15 |
20,288 |
11-24-2017, 09:40 AM |
|
|
Thread: does not see the second processor 48 cores/ see only 24 cores
Post: RE: does not see the second processor 48 cores/ se...
hmm, interesting. is there something like clinfo or even another common OpenCL-based benchmarking tool for windows that we can compare with ?
note: here (bottom of that page) I see 64 bit binaries fo... |
|
philsmd |
hashcat
|
10 |
3,347 |
10-08-2019, 10:47 AM |
|
|
Thread: does not see the second processor 48 cores/ see only 24 cores
Post: RE: does not see the second processor 48 cores/ se...
please be more specific: which OpenCL program are you talking about ? (you can't really compare it with a program that doesn't use OpenCL)
also, did you try clinfo ? |
|
philsmd |
hashcat
|
10 |
3,347 |
10-17-2019, 07:35 PM |
|
|
Thread: Does the file extension matter?
Post: RE: Does the file extension matter?
no, it doesn't matter. hashcat will still crack the hash independent from the file extension.
but let's be honest, it always makes sense to use something meaningful and clever to avoid confusion la... |
|
philsmd |
hashcat
|
1 |
384 |
07-18-2020, 05:45 PM |
|
|
Thread: Doesn't create output file
Post: RE: Doesn't create output file
The answer is: this happens because you already did crack this specific hash and it was already in your .pot file (see the warning "INFO: removed 1 hash found in pot file"), hence oclHashcat does not ... |
|
philsmd |
Old oclHashcat Support
|
1 |
4,278 |
03-27-2015, 05:19 PM |
|
|
Thread: Doesn't find plain SHA-256 hashes in dictionary
Post: RE: Doesn't find plain SHA-256 hashes in dictionar...
You need to create the hashes correctly, see https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#i_created_a_hash_with_echo_test_md5sum_but_hashcat_fails_to_crack_it
if you create a has... |
|
philsmd |
hashcat
|
3 |
2,290 |
10-13-2018, 01:18 PM |
|
|
Thread: Doing nothing when trying to output potfile
Post: RE: Doing nothing when trying to output potfile
how large is your hash file ? How many hashes do you have ?
Did you try to test with a subset of the whole hashes (a much smaller hash file) ?
As far as I know, the combining of hashes and usern... |
|
philsmd |
hashcat
|
3 |
1,855 |
03-06-2019, 03:08 PM |
|
|
Thread: Doing nothing when trying to output potfile
Post: RE: Doing nothing when trying to output potfile
Thanks. Could you test also with the latest hashcat version but with much fewer hashes ? Is is still not responding (doing anything) then ? How slow is it with for instance just 10000 hashes ? |
|
philsmd |
hashcat
|
3 |
1,855 |
03-07-2019, 12:21 PM |
|
|
Thread: Don't show cracked password in console
Post: RE: Don't show cracked password in console
The options are all listed in the output of "oclHashcat --help" :
- you can use the -o cracked.txt (or --outfile=cracked.txt ) option to change the output file handle
- you can use the --output-fo... |
|
philsmd |
Very old oclHashcat-plus Support
|
4 |
17,492 |
10-29-2013, 01:28 PM |
|
|
Thread: Downloaded 3.6.0 but says I’m using v4.2.1 ??
Post: RE: Downloaded 3.6.0 but says I’m using v4.2.1 ?...
why do you use old versions in the first place ?
to run a command on any *nix based system (including macos and linux), you need to run it like this:
Code:
--
./hashcat --help
--
i.e. t... |
|
philsmd |
hashcat
|
6 |
2,080 |
07-26-2019, 05:04 PM |
|
|
Thread: Downloaded 3.6.0 but says I’m using v4.2.1 ??
Post: RE: Downloaded 3.6.0 but says I’m using v4.2.1 ?...
try to use the latest beta version from https://hashcat.net/beta |
|
philsmd |
hashcat
|
6 |
2,080 |
07-26-2019, 07:35 PM |
|
|
Thread: Downloaded 3.6.0 but says I’m using v4.2.1 ??
Post: RE: Downloaded 3.6.0 but says I’m using v4.2.1 ?...
well, I must admit that I forgot that we talked about macOS executable here.
Therefore for macOS you need to either use the github code and compile it yourself or use the homebrew packages which aren... |
|
philsmd |
hashcat
|
6 |
2,080 |
07-31-2019, 11:50 AM |
|
|
Thread: downside os speeding up hashcat with VirtualBox
Post: RE: downside os speeding up hashcat with VirtualBo...
I'm pretty sure that this is caused by some kind of power-level settings. Several hardware components can be either in max. power/performance mode or be in a energy-saving mode. This could also be the... |
|
philsmd |
hashcat
|
1 |
2,635 |
05-13-2018, 06:18 PM |
|
|
Thread: Dreaded 209 error
Post: RE: Dreaded 209 error
Afaik this error could also occur if you did not extract the oclHashcat .7z archive correctly.
You should use something like 7zip on windows and unzip the .7z with this software.
After that you ne... |
|
philsmd |
Old oclHashcat Support
|
1 |
3,875 |
02-18-2015, 12:02 PM |