Search Results
|
Post
[desc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: CL_OUT_OF_HOST_MEMORY
Post: RE: CL_OUT_OF_HOST_MEMORY
1. why do you use crunch ?
2. why do you use hashcat 5.1.0 if hashcat 6.0.0 is available (https://hashcat.net/hashcat/) ?
3. what is your command ?
4. why don't you give your full specs ? if the er... |
|
philsmd |
hashcat
|
6 |
903 |
07-11-2020, 05:00 PM |
|
|
Thread: CL_OUT_OF_HOST_MEMORY
Post: RE: CL_OUT_OF_HOST_MEMORY
- you should download hashcat directly from https://hashcat.net/hashcat/
- don't use crunch, use this instead:
Code:
--
hashcat -m 2500 -a 0 -w 3 -r my.rule -d 2 file.hccapx dict.txt
--
where... |
|
philsmd |
hashcat
|
6 |
903 |
07-11-2020, 05:22 PM |
|
|
Thread: CL_PLATFORM_NOT_FOUND_KHR on RTX 2080ti
Post: RE: CL_PLATFORM_NOT_FOUND_KHR on RTX 2080ti
which nvidia driver version do you use ?
did you try following this guide: https://hashcat.net/faq/wrongdriver
if still not working, please try with an older Nvidia driver version e.g. the ones re... |
|
philsmd |
hashcat
|
1 |
1,504 |
02-10-2019, 09:22 AM |
|
|
Thread: CMIYC2017 - Challenge8 vBulletin
Post: RE: CMIYC2017 - Challenge8 vBulletin
You just generate all possible "hashes" (with all possible salts, the characters that are normally used is well-defined) and try to crack them. Of course not all hashes will be cracked, but the number... |
|
philsmd |
General Talk
|
2 |
2,516 |
12-06-2017, 08:48 AM |
|
|
Thread: Colliding password protected MS office 97-2003 documents
Post: RE: Colliding password protected MS office 97-2003...
you could for instance just decrypt/open the file (I already mentioned how to do this with libreoffice here: https://hashcat.net/forum/thread-7216-post-39498.html#pid39498) |
|
philsmd |
User Contributions
|
36 |
134,712 |
05-25-2018, 02:33 PM |
|
|
Thread: combination attack help
Post: RE: combination attack help
@gato_wero
1. pls do not hijack threads like you just did since:
problem with syntax -k ?d?d (which is not valid/possible) is very different from your problem
2. pls see https://hashcat.net/trac/... |
|
philsmd |
Old oclHashcat Support
|
6 |
10,769 |
10-08-2014, 02:47 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: 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: Combinator attack missing correct candidate on large wordlist
Post: RE: Combinator attack missing correct candidate on...
I don't think the grep test is a good/valid test.
There could be any other (even non-printable) character within that line and therefore the combined (concatenated) result is different.
You coul... |
|
philsmd |
hashcat
|
10 |
2,085 |
03-26-2020, 06:31 PM |
|
|
Thread: Combinator attack missing correct candidate on large wordlist
Post: RE: Combinator attack missing correct candidate on...
This command:
Code:
--
xxd -p
--
... unfortunately adds newlines within the hexadecimal output if a certain line line was reached. Try it yourself
Code:
--
echo -n aaaaaaaaaaaaaaaaaaaaaa... |
|
philsmd |
hashcat
|
10 |
2,085 |
03-27-2020, 09:53 AM |
|
|
Thread: Combinator attack missing correct candidate on large wordlist
Post: RE: Combinator attack missing correct candidate on...
Can you try cracking your hccapx file with -m 2500 (for testing purposes) ? |
|
philsmd |
hashcat
|
10 |
2,085 |
03-27-2020, 09:56 AM |
|
|
Thread: Combinator Attack problems with OCLHC2.01
Post: RE: Combinator Attack problems with OCLHC2.01
as epixoip said, you need to escape special symbols on your shell
this has nothing to do with oclHashcat
for instance -j $x won't work, because $x is seen as a variable by your operating system. e... |
|
philsmd |
Old oclHashcat Support
|
4 |
6,347 |
01-12-2016, 01:25 PM |
|
|
Thread: combinator.bin command not found?
Post: RE: combinator.bin command not found?
are you sure you run a binary that fits your operating system?
For instance, on a 64bit system you should run a 64bit binary (or have the required 32 bit libraries installed).
see https://stackoverflow... |
|
philsmd |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
12 |
19,432 |
11-09-2015, 04:18 PM |
|
|
Thread: combine rules without duplicates?
Post: RE: combine rules without duplicates?
no, I think in this case it's different.
There are 11 sets and some of them are a set (or a OR) , like this:
Code:
--
(['sa4', 'sa@'], ['sb6'], ['sc |
|
philsmd |
hashcat
|
10 |
965 |
09-01-2020, 02:36 PM |
|
|
Thread: combine rules without duplicates?
Post: RE: combine rules without duplicates?
well, that sounds like a very different problem compared to the problem we were discussing above to "just" have some alternatives/sets of replacement for a single character (like "try both sa4 and sa@... |
|
philsmd |
hashcat
|
10 |
965 |
09-03-2020, 09:33 PM |
|
|
Thread: Combine specific hcchr with ?d?l?u..
Post: RE: Combine specific hcchr with ?d?l?u..
The .hcchr files should contain all chars that are part of your custom charset.
Therfore, the simplest solution is to modify the .hcchr file s.t. it contains also the additional chars you need.
E.... |
|
philsmd |
General Help
|
2 |
5,220 |
06-22-2014, 01:48 PM |
|
|
Thread: Combine to user:pass, Crashes with --show
Post: RE: Combine to user:pass, Crashes with --show
Thanks for the report.
Next time please consider opening a trac ticket if you experience a problem/crash and can reliable reproduce it.
Thx
BTW: the problem was anyways trac'ed here: https://ha... |
|
philsmd |
General Help
|
8 |
13,187 |
01-29-2015, 01:09 PM |
|
|
Thread: Combine to user:pass, Crashes with --show
Post: RE: Combine to user:pass, Crashes with --show
I think you mean this problem, or better said "feature request" in cpu hashcat:
https://hashcat.net/forum/thread-3992-post-22809.html#pid22809
Afaik nobody bothered to open a ticket about this "mi... |
|
philsmd |
General Help
|
8 |
13,187 |
01-29-2015, 01:29 PM |
|
|
Thread: Combine to user:pass, Crashes with --show
Post: RE: Combine to user:pass, Crashes with --show
wait.
this task won't take you longer than some ms (case #1) or seconds (case #2).
#1: you just sed / awk etc it
#2: you open a reliable text editor (like vi / vim, maybe also notepad++ etc) and sear... |
|
philsmd |
General Help
|
8 |
13,187 |
01-29-2015, 01:46 PM |
|
|
Thread: Combine to user:pass, Crashes with --show
Post: RE: Combine to user:pass, Crashes with --show
As said, here and in the trac ticket, the first field (the username) can never be empty in the current release version.
That means, that a line starting with a colon.
:HASH:SALT
is currently not vali... |
|
philsmd |
General Help
|
8 |
13,187 |
01-29-2015, 02:00 PM |