Search Results
|
Post
[asc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
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 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 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 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 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 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 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 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 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 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 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 crash on benchmark
Post: RE: hashcat crash on benchmark
try testing only 1 device, -d 1
are you using cmd on windows ? that ./hashcat.exe syntax is somehow strange or is this powershell ?
are you using the beta version from https://hashcat.net/beta ?... |
|
philsmd |
hashcat
|
6 |
1,947 |
12-08-2019, 01:31 PM |
|
|
Thread: hashcat crash on benchmark
Post: RE: hashcat crash on benchmark
you could also test with multiple devices, like this:
hashcat -b -m 100 -d 1,2,3,4
hashcat -b -m 100 -d 1,2,3,4,5
hashcat -b -m 100 -d 1,2,3,4,5,6
and see how many devices work and w... |
|
philsmd |
hashcat
|
6 |
1,947 |
12-08-2019, 02:23 PM |
|
|
Thread: hashcat crash on benchmark
Post: RE: hashcat crash on benchmark
good to hear that. of course always needing to add -d 1,2,3,4,5,6,7,8,9,10 is actually quite annoying... so maybe you can somehow completely disable the non-dedicated GPU (in bios/uefi for instance or... |
|
philsmd |
hashcat
|
6 |
1,947 |
12-08-2019, 04:44 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: hashcat combination attack odd even difference
Post: RE: hashcat combination attack odd even difference
Thx, seems to be fixed in new version, see: https://hashcat.net/trac/ticket/185 |
|
philsmd |
Old hashcat Support
|
10 |
18,473 |
08-08-2013, 10:56 AM |
|
|
Thread: Hashcat cant find my GPU
Post: RE: Hashcat cant find my GPU
Well, that should be very obvious. There are only 2 possibilities:
1. either you mess around with setting up a system that uses ancient drivers/hashcat/windows (this is not supported by the drivers m... |
|
philsmd |
hashcat
|
3 |
5,297 |
08-09-2017, 08:28 AM |
|
|
Thread: Hashcat cannot find my own password (password kwown) on TrueCrypt 7.1a file volume
Post: RE: Hashcat cannot find my own password (password ...
This question even made it into the MOST frequently asked questions (that means it is very easy to find the answer to this question because there are dozens of forum posts etc discussing the same ques... |
|
philsmd |
hashcat
|
5 |
4,060 |
01-05-2018, 12:20 PM |