Search Results
|
Post
[desc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: hashcat deletes restore on CL_OUT_OF_RESOURCES
Post: RE: hashcat deletes restore on CL_OUT_OF_RESOURCES
what is the final status you get?
Code:
--
Status...........: Exhausted
--
It would also make sense to know the exit code of the process/application |
|
philsmd |
hashcat
|
5 |
3,578 |
07-09-2018, 01:01 PM |
|
|
Thread: hashcat deletes restore on CL_OUT_OF_RESOURCES
Post: RE: hashcat deletes restore on CL_OUT_OF_RESOURCES
my current guess is that the problem is that the status is set to exhausted incorrectly (in this particular case because of the previous error) here:
https://github.com/hashcat/hashcat/blob/1b30a1d6c... |
|
philsmd |
hashcat
|
5 |
3,578 |
07-09-2018, 10:07 PM |
|
|
Thread: Hashcat DES restore file manual EDIT
Post: RE: Hashcat DES restore file manual EDIT
endianness !
If you do not understand the format, you could just use analyze_hc_restore.pl from https://github.com/philsmd/analyze_hc_restore instead (perl must be installed of course) |
|
philsmd |
hashcat
|
2 |
1,079 |
12-27-2019, 10:39 AM |
|
|
Thread: Hashcat doesn't consider the added chars from rules
Post: RE: Hashcat doesn't consider the added chars from ...
use this:
Code:
--
-S
--
within your command, see: https://hashcat.net/forum/thread-8960-post-47574.html#pid47574 |
|
philsmd |
hashcat
|
2 |
488 |
07-24-2020, 05:36 PM |
|
|
Thread: Hashcat doesn't find password
Post: RE: Hashcat doesn't find password
you should read the output carefully:
Quote:
--
* Device #1: ATTENTION! OpenCL kernel self-test failed.
Your device driver installation is probably broken.
See also: https://hashcat.net/faq/wr... |
|
philsmd |
hashcat
|
3 |
2,734 |
07-09-2018, 08:52 PM |
|
|
Thread: Hashcat don't find my password
Post: RE: Hashcat don't find my password
you could try with latest beta version : https://hashcat.net/beta/
never use --self-test-disable , because it just ignores every sanity check and therefore you are basically ignoring the serious er... |
|
philsmd |
hashcat
|
4 |
877 |
06-16-2020, 02:52 PM |
|
|
Thread: Hashcat don't parse sha256($pass.$salt) with --hex-salt
Post: RE: Hashcat don't parse sha256($pass.$salt) with -...
The newest beta version (https://hashcat.net/beta/) should fix this problem.
Thx for reporting |
|
philsmd |
hashcat
|
3 |
4,601 |
09-06-2017, 10:22 PM |
|
|
Thread: Hashcat duplicates
Post: RE: Hashcat duplicates
you can still use --remove, but you really need to know what you are doing... i.e. you need to use --show with the original list not the "left" list (hence: just use the original copy of the hash list... |
|
philsmd |
Old oclHashcat Support
|
4 |
8,531 |
06-05-2016, 07:01 PM |
|
|
Thread: hashcat ends without error message
Post: RE: hashcat ends without error message
in general these are problems with drivers. maybe you have some further drivers installed e.g. for your OpenCL CPU etc.
I think driver fusion and/or ddu (Display Driver Uninstaller) might help you ... |
|
philsmd |
hashcat
|
3 |
1,515 |
06-12-2019, 09:56 AM |
|
|
Thread: hashcat ends without error message
Post: RE: hashcat ends without error message
would be actually quite interesting to debug this to find out who the culprit is here.
Did you try to test it with all the GPUs (physically) removed ? does it also crash with only the CPU within yo... |
|
philsmd |
hashcat
|
3 |
1,515 |
06-12-2019, 12:04 PM |
|
|
Thread: Hashcat exhausted
Post: RE: Hashcat exhausted
The word list "rockyou.txt" doesn't contain the password "hashcat" (without quotes).
I don't see any evidence that your claim about a problem and that the password is within the dictionary file is ... |
|
philsmd |
hashcat
|
2 |
208 |
10-06-2020, 08:36 AM |
|
|
Thread: Hashcat exhausted. Is it a problem with the dict. or me?
Post: RE: Hashcat exhausted. Is it a problem with the di...
Do *NOT* post hashes
- https://hashcat.net/forum/announcement-2.html - |
|
philsmd |
hashcat
|
3 |
1,367 |
12-30-2019, 09:26 AM |
|
|
Thread: Hashcat failing when hashes.txt has multiple different hashes in it
Post: RE: Hashcat failing when hashes.txt has multiple d...
as the above mentioned wiki post explains, you need to use --show --username and the original hash lists:
Code:
--
hashcat -m x --show --username hashes.txt
--
where x must be replaced with th... |
|
philsmd |
hashcat
|
4 |
2,495 |
01-18-2019, 09:58 AM |
|
|
Thread: Hashcat failing with proper character set
Post: RE: Hashcat failing with proper character set
do not post hashes, see https://hashcat.net/forum/announcement-2.html |
|
philsmd |
hashcat
|
1 |
516 |
04-03-2020, 05:43 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: hashcat found MD5 plaintext but it is not correct not sure why
Post: RE: hashcat found MD5 plaintext but it is not corr...
first of all, it's not allowed to post hashes here, see: https://hashcat.net/forum/announcement-2.html
You will get banned for this action from this forum. There is kind of a zero tolerance policy,... |
|
philsmd |
hashcat
|
2 |
474 |
08-01-2020, 09:22 AM |
|
|
Thread: Hashcat freezes
Post: RE: Hashcat freezes
try to pinpoint the problem by testing only the second half of the file... then again the half (subset) of the file that leads to the freeze etc until you find when and why it freezes.
Did you try ... |
|
philsmd |
Beta Tester
|
18 |
4,196 |
03-29-2020, 01:18 PM |
|
|
Thread: Hashcat freezes
Post: RE: Hashcat freezes
Can you please test if this also happens with the example hash from: https://hashcat.net/wiki/example_hashes
I think that it could easily be that if there is some problem it has to do with the comb... |
|
philsmd |
Beta Tester
|
18 |
4,196 |
03-30-2020, 07:34 PM |
|
|
Thread: Hashcat freezes
Post: RE: Hashcat freezes
interesting. good to know how to reproduce this. I think I'm now also able to reproduce this (and therefore also this: https://github.com/hashcat/hashcat/issues/2341) problem...
I'm currently testi... |
|
philsmd |
Beta Tester
|
18 |
4,196 |
03-30-2020, 09:07 PM |
|
|
Thread: Hashcat freezes
Post: RE: Hashcat freezes
in general a patch can be applied by just using
Code:
--
git apply the_patch.diff
--
the "patch" utility on linux etc will work the same way.
The pull request was already opened on github: ... |
|
philsmd |
Beta Tester
|
18 |
4,196 |
03-31-2020, 11:24 AM |