Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
Thread: hashcat deletes restore on CL_OUT_OF_RESOURCES
Post: RE: hashcat deletes restore on CL_OUT_OF_RESOURCES
We've fixed this with commit 82457d290469db2b125e6ae3ebcc922aaf7f9235
New beta is up for test at htts://hashcat.net/beta/ |
|
atom |
hashcat
|
5 |
3,578 |
07-10-2018, 01:33 PM |
|
|
Thread: Masks for Multiple Language Charsets in UTF-8
Post: RE: Masks for Multiple Language Charsets in UTF-8
You can do mask attack with UTF-8 like this:
Quote:
--
root@ht:~/hashcat# echo -n ä | xxd
00000000: c3a4 ..
root@ht:~/hashcat# echo -n ä... |
|
atom |
hashcat
|
3 |
2,950 |
07-14-2018, 10:48 PM |
|
|
Thread: Binary hashlist
Post: RE: Binary hashlist
WPA supports multiple handshakes
TC/VC does not |
|
atom |
hashcat
|
3 |
3,108 |
07-16-2018, 08:57 PM |
|
|
Thread: Issue with same inputs. One worked, the other not
Post: RE: Issue with same inputs. One worked, the other ...
This is a typical error which occours if there's an OpenCL runtime problem, not a hashcat problem.
The only way to deal with it is to create a workaround. To find the workaround, we need to know the ... |
|
atom |
hashcat
|
7 |
4,755 |
07-22-2018, 11:42 AM |
|
|
Thread: New SHA2 meet-in-the-middle optimization
Post: RE: New SHA2 meet-in-the-middle optimization
I don't see any relation between this optimization and cracking a length 62 password. Is this thread stealing attempt? |
|
atom |
hashcat
|
6 |
9,537 |
07-22-2018, 11:45 AM |
|
|
Thread: Issue with same inputs. One worked, the other not
Post: RE: Issue with same inputs. One worked, the other ...
Yeah that's clearly the OpenCL runtime then.
I've add more workarounds to buggy OpenCL runtime in the latest beta. If you want to try, you can find it on https://hashcat.net/beta/ |
|
atom |
hashcat
|
7 |
4,755 |
07-22-2018, 01:00 PM |
|
|
Thread: Issue with same inputs. One worked, the other not
Post: RE: Issue with same inputs. One worked, the other ...
Works fine with your example command:
Quote:
--
root@ht:~/hashcat# ./hashcat -O -m 500 -a 3 -1 ?l?d?u '$1$pdQG$xpOTb2OXGpAY1qhATa5Oq.' ?1?1?1?1_test
hashcat (v4.2.0) starting...
OpenCL Platf... |
|
atom |
hashcat
|
7 |
4,755 |
07-24-2018, 02:15 PM |
|
|
Thread: What is the hashcat rule to append numbers from 0 to 9999 at the end?
Post: RE: What is the hashcat rule to append numbers fro...
How about using -a 6 with ?d?d?d?d mask? |
|
atom |
hashcat
|
3 |
3,188 |
07-24-2018, 02:21 PM |
|
|
Thread: Can I use hashcat crack my password using both integrated (intel) and dedicated (nvid
Post: RE: Can I use hashcat crack my password using both...
You can select the devices you want to use with -d and -D |
|
atom |
hashcat
|
5 |
4,096 |
07-24-2018, 02:22 PM |
|
|
Thread: Hashcat wont start cracking [noob]
Post: RE: Hashcat wont start cracking [noob]
Please try what Nay said. |
|
atom |
hashcat
|
8 |
7,991 |
07-24-2018, 02:23 PM |
|
|
Thread: Can I use hashcat crack my password using both integrated (intel) and dedicated (nvid
Post: RE: Can I use hashcat crack my password using both...
You can find out by using hashcat -I |
|
atom |
hashcat
|
5 |
4,096 |
07-25-2018, 12:28 PM |
|
|
Thread: Easy password with runic
Post: RE: Easy password with runic
You can also use --hex-charset to fine-tune the search space |
|
atom |
hashcat
|
6 |
3,550 |
07-28-2018, 04:52 PM |
|
|
Thread: Disable Cracking performance lower than expected?
Post: RE: Disable Cracking performance lower than expect...
You can also use an undocumented feature --advice-disable |
|
atom |
hashcat
|
3 |
3,347 |
07-29-2018, 01:23 PM |
|
|
Thread: can't crack PBKDF2-HMAC-SHA1 with sample provided
Post: RE: can't crack PBKDF2-HMAC-SHA1 with sample provi...
Can not reproduce:
Quote:
--
root@ht:~/hashcat# echo sha1:1000:MzU4NTA4MzIzNzA1MDQ=:19ofiY+ahBXhvkDsp0j2ww== > sup
root@ht:~/hashcat# echo hashcat > dic
root@ht:~/hashcat# ./hashcat -m 12000 s... |
|
atom |
hashcat
|
2 |
2,250 |
07-28-2018, 04:57 PM |
|
|
Thread: clEnqueueNDRangeKernel(): CL_MEM_OBJECT_ALLOCATION_FAILURE only for -m 2500
Post: RE: clEnqueueNDRangeKernel(): CL_MEM_OBJECT_ALLOCA...
Add more host memory, use 64 bit OS |
|
atom |
hashcat
|
5 |
3,344 |
07-29-2018, 01:29 PM |
|
|
Thread: Help. hashcat not starting
Post: RE: Help. hashcat not starting
Solution is here: https://github.com/hashcat/hashcat/issues/1606#issuecomment-408932125
Delete the file C:\WINDOWS\System32\DriverStore\FileRepository\igdlh64.inf_amd64_250db833a1cd577e\igdrclneo64... |
|
atom |
hashcat
|
3 |
2,775 |
07-30-2018, 07:42 PM |
|
|
Thread: Axcrypt support
Post: RE: Axcrypt support
PS: I've add a BOM detection to 4.2.0, it will abort the hashcat session if detected |
|
atom |
hashcat
|
28 |
15,225 |
07-30-2018, 07:43 PM |
|
|
Thread: OpenCL Platform #3: The pocl project
Post: RE: OpenCL Platform #3: The pocl project
If you have Intel OpenCL runtime then pocl will be disabled because its slower and more unstable. If you want to try out pocl remove the Intel OpenCL runtime and then use -D 1,2 |
|
atom |
hashcat
|
5 |
4,318 |
07-30-2018, 07:44 PM |
|
|
Thread: error v4.1.0
Post: RE: error v4.1.0
Do not use special characters for install folder |
|
atom |
hashcat
|
3 |
3,216 |
08-01-2018, 01:11 PM |
|
|
Thread: hashcat v4.2.0
Post: hashcat v4.2.0
[hr]
Welcome to hashcat v4.2.0!
Download binaries or sources: https://hashcat.net/hashcat/
[hr]
This release is mostly about expanding support for new algorithms and fixing bugs:
Add... |
|
atom |
hashcat
|
10 |
27,941 |
08-02-2018, 10:24 PM |