Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[desc]
|
|
|
Thread: OpenCL kernel self-test failed
Post: RE: OpenCL kernel self-test failed
please test with the beta version from https://hashcat.net/beta/ |
|
philsmd |
hashcat
|
1 |
963 |
09-25-2019, 10:31 AM |
|
|
Thread: Should I be using a rule instead?
Post: RE: Should I be using a rule instead?
Code:
--
hashcat -m 0 -a 3 -w 3 --increment --increment-min 6 hash.txt ?l?l?l?l?l?l?d
--
|
|
philsmd |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
3 |
1,925 |
09-25-2019, 07:43 PM |
|
|
Thread: Script or tool for hashing lines needed
Post: RE: Script or tool for hashing lines needed
you can use tools/test.pl for it
Code:
--
cat example.dict | perl ./tools/test.pl passthrough 0
--
|
|
philsmd |
General Talk
|
4 |
1,596 |
09-25-2019, 07:46 PM |
|
|
Thread: GPU Utilization stuck at 2%
Post: RE: GPU Utilization stuck at 2%
let's start with removing the --force
[hr]
if you use your CPU power together with your GPU it could be worse in some very specific situations (of course also depending on your hardware and hash... |
|
philsmd |
hashcat
|
3 |
1,396 |
09-26-2019, 04:40 PM |
|
|
Thread: GPU Utilization stuck at 2%
Post: RE: GPU Utilization stuck at 2%
what hardware ? which drivers ? more info alltogether would be nice
does it work with other hash types or older hashcat versions ? did you try the beta version from https://hashcat.net/beta/ ?
d... |
|
philsmd |
hashcat
|
3 |
1,396 |
09-27-2019, 09:10 PM |
|
|
Thread: Save list
Post: RE: Save list
you can either use combinator (2 words) and combinator3 (3 words): https://hashcat.net/wiki/doku.php?id=hashcat_utils#combinator3 one after the other (first 2 words, then 3 words)
for 2 words (only 2... |
|
philsmd |
hashcat
|
2 |
1,423 |
09-29-2019, 09:54 AM |
|
|
Thread: Hungarian charset
Post: RE: Hungarian charset
in short: encoding
the CP1250 file is not using utf8 encoding, because UTF-8 encoding is just a different encoding and CP1250 again a different encoding !
you could just create a hcchr file with... |
|
philsmd |
hashcat
|
2 |
1,047 |
09-29-2019, 01:35 PM |
|
|
Thread: Building a password rig with 0 success... help needed!
Post: RE: Building a password rig with 0 success... help...
did you try to setup the system for instance with only 2 GPUs and without using risers at all ? risers could introduce a lot of headaches for sure |
|
philsmd |
hashcat
|
11 |
3,970 |
10-03-2019, 10:53 AM |
|
|
Thread: WPA2 - 3/4 Digests recovered - Exhausted
Post: RE: WPA2 - 3/4 Digests recovered - Exhausted
according to this wiki/faq page, you shouldn't use --show together with additional/unnecessary command line options, like -a 3 and a mask:
https://hashcat.net/faq#how_can_i_show_previously_cracked_pa... |
|
philsmd |
hashcat
|
3 |
1,736 |
10-07-2019, 11: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: 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: Hashcat sees my GPU but not my CPU
Post: RE: Hashcat sees my GPU but not my CPU
run this:
Code:
--
clinfo
--
or (filtered):
Code:
--
clinfo | grep "Platform Name"
--
if some very basic third party tools like "clinfo" do not recognize your OpenCL installation, al... |
|
philsmd |
hashcat
|
20 |
6,851 |
10-10-2019, 08:37 AM |
|
|
Thread: Migrating Brain Server Data
Post: RE: Migrating Brain Server Data
it will probably make some checks (in the future if really incompatible data was found, but of course the goal is to make it downwards compatible for sure) based on the version number see src/brain.c ... |
|
philsmd |
hashcat
|
8 |
2,475 |
10-12-2019, 09:30 AM |
|
|
Thread: Windows 10 not compatible
Post: RE: Windows 10 not compatible
1. make sure that you run hashcat in cmd
2. make sure that you are using the correct windows binary (newer versions of hashcat only ship a 64-bit binary by default, so make sure that you have a 64-bi... |
|
philsmd |
hashcat
|
3 |
1,718 |
10-12-2019, 09:35 AM |
|
|
Thread: Issue with ChaCha20
Post: RE: Issue with ChaCha20
hmm, I see the problem here. it's not very clear what is going on (at least for the general hashcat user ! )
The key in theory is always 32 bytes, but it's neither mentioned within the example wiki... |
|
philsmd |
hashcat
|
2 |
1,144 |
10-12-2019, 02:44 PM |
|
|
Thread: New - What am I missing?
Post: RE: New - What am I missing?
example hashes can be found here (or use -m 110 --example):
https://hashcat.net/wiki/doku.php?id=example_hashes |
|
philsmd |
hashcat
|
8 |
2,372 |
10-12-2019, 05:18 PM |
|
|
Thread: New - What am I missing?
Post: RE: New - What am I missing?
if the example hash works (from the wiki page, password for the example hash is hashcat), so should every other hash given the correct hash, salt, password.
there could be many problems.
1. your h... |
|
philsmd |
hashcat
|
8 |
2,372 |
10-12-2019, 05:40 PM |
|
|
Thread: Windows 10 not compatible
Post: RE: Windows 10 not compatible
your other posts imply that you already solved this problem:
https://hashcat.net/forum/thread-8715-post-46305.html#pid46305
you wouldn't be able to get that specific error message without being ab... |
|
philsmd |
hashcat
|
3 |
1,718 |
10-13-2019, 09:25 AM |
|
|
Thread: Need assistance
Post: RE: Need assistance
no, this is not correct. it should only have one ".txt" in it
hash.txt.txt is not the same as hash.txt
in your screenshot it's very obvious that for instance example0.cmd is just listed as "exam... |
|
philsmd |
hashcat
|
4 |
1,772 |
10-14-2019, 08:31 AM |
|
|
Thread: Brain and restore, possible bug/intentional feature ?
Post: RE: Brain and restore, possible bug/intentional fe...
well, the fact that you can't change the command line actually makes sense according to this:
https://hashcat.net/faq#can_i_restore_a_hashcat_session
Quote:
--
the only parameters allowed
--
... |
|
philsmd |
hashcat
|
1 |
810 |
10-14-2019, 11:34 AM |