Search Results
|
Post |
Author
[desc]
|
Forum |
Replies |
Views |
Posted |
|
|
Thread: Cannot load module ./modules/module_02000.dll
Post: RE: Cannot load module ./modules/module_02000.dll
The module should be in the OpenCL folder. Is it there? |
|
undeath |
hashcat
|
6 |
2,951 |
07-06-2019, 11:00 AM |
|
|
Thread: Alternatives to HashcatGUI?
Post: RE: Alternatives to HashcatGUI?
cli is always a very good alternative to third-party UIs. |
|
undeath |
hashcat
|
4 |
1,994 |
07-06-2019, 08:02 PM |
|
|
Thread: hashcat64 5.1.0 crashing on startup
Post: RE: hashcat64 5.1.0 crashing on startup
if this happens something with your opencl drivers is wrong. In the past people had problems with a rouge intel opencl runtime. |
|
undeath |
hashcat
|
3 |
1,522 |
07-06-2019, 08:12 PM |
|
|
Thread: Windows 10 GPU No devices found
Post: RE: Windows 10 GPU No devices found
You will probably be unable to crack anything if the self-test is failing. |
|
undeath |
hashcat
|
8 |
3,351 |
07-08-2019, 12:17 AM |
|
|
Thread: For Windows
Post: RE: For Windows
https://hashcat.net/beta/ |
|
undeath |
hashcat
|
3 |
2,153 |
07-08-2019, 11:52 PM |
|
|
Thread: Using hashcat (GPU) with simple hash function
Post: RE: Using hashcat (GPU) with simple hash function
If you implement your own module you can use hashcat for this. btw, that's a bloody stupid hash function. |
|
undeath |
hashcat
|
4 |
1,953 |
07-09-2019, 04:54 PM |
|
|
Thread: Can't use hashcat with AMD Radeon R9 380
Post: RE: Can't use hashcat with AMD Radeon R9 380
Can you try with the latest beta and check if the problem persists? https://hashcat.net/beta/ |
|
undeath |
hashcat
|
9 |
3,820 |
07-12-2019, 04:07 PM |
|
|
Thread: Can't use hashcat with AMD Radeon R9 380
Post: RE: Can't use hashcat with AMD Radeon R9 380
On what basis are you expecting higher speed? What speed would you expect? |
|
undeath |
hashcat
|
9 |
3,820 |
07-12-2019, 08:05 PM |
|
|
Thread: Can't use hashcat with AMD Radeon R9 380
Post: RE: Can't use hashcat with AMD Radeon R9 380
Alexou Wrote: (07-13-2019, 12:36 AM)
--
130 kH/s = 130000 hash/s ?
--
correct |
|
undeath |
hashcat
|
9 |
3,820 |
07-13-2019, 12:55 AM |
|
|
Thread: Is my config too weak ?
Post: RE: Is my config too weak ?
It would certainly be useful to list your hardware if you want an opinion on that. Since you are using a laptop with CPU chances are pretty high it's not suitable for hashcat. (and running hashcat on ... |
|
undeath |
hashcat
|
1 |
1,088 |
07-13-2019, 11:30 AM |
|
|
Thread: How to use gpu on bruteforcing SHA256(MD5('password'))
Post: RE: How to use gpu on bruteforcing SHA256(MD5('pas...
https://github.com/hashcat/hashcat/blob/master/tools/test.pl
you can also do
Code:
--
crunch [options] | perl tools/test.pl passthrough 0 | hashcat -m 1400 -w 3 hash.txt
--
|
|
undeath |
hashcat
|
9 |
3,418 |
07-13-2019, 12:34 PM |
|
|
Thread: GPU GTX 1080 + Intel Xeon CPUs
Post: RE: GPU GTX 1080 + Intel Xeon CPUs
Try reinstalling the gpu driver. |
|
undeath |
hashcat
|
2 |
1,627 |
07-16-2019, 05:57 PM |
|
|
Thread: Office international character problem
Post: RE: Office international character problem
philsmd Wrote: (07-18-2019, 12:01 PM)
--
actually we should add this limitation to docs/limits.txt (can somebody request this on github ?)
--
https://github.com/hashcat/hashcat/issues/2121 |
|
undeath |
hashcat
|
10 |
4,102 |
07-18-2019, 04:36 PM |
|
|
Thread: hashcat beta - supported CUDA version?
Post: RE: hashcat beta - supported CUDA version?
CUDA support is only available in the beta currently. Your driver is really old. Install the latest version. |
|
undeath |
Beta Tester
|
1 |
2,274 |
07-20-2019, 12:41 AM |
|
|
Thread: vast.ai gpu rentals?
Post: RE: vast.ai gpu rentals?
try with the beta version https://hashcat.net/beta/ |
|
undeath |
hashcat
|
6 |
2,847 |
07-20-2019, 11:01 AM |
|
|
Thread: How to use checkpoint in hashcat beta (Windows)
Post: RE: How to use checkpoint in hashcat beta (Windows...
What do you mean by "not works"? What's happening? |
|
undeath |
hashcat
|
5 |
2,166 |
07-21-2019, 12:53 PM |
|
|
Thread: Password crack help
Post: RE: Password crack help
|
undeath |
hashcat
|
1 |
995 |
07-21-2019, 05:38 PM |
|
|
Thread: Hashcat initial problem
Post: RE: Hashcat initial problem
Your GPU is way too old. It's not properly supported anymore. |
|
undeath |
hashcat
|
4 |
1,756 |
07-21-2019, 08:11 PM |
|
|
Thread: Hashcat initial problem
Post: RE: Hashcat initial problem
Yes, pretty much. The 9800GT is equally old. |
|
undeath |
hashcat
|
4 |
1,756 |
07-22-2019, 10:55 AM |
|
|
Thread: how to read wordlist with separator :
Post: RE: how to read wordlist with separator :
more like
Code:
--
sed 's/^\([^:]*\):\(.*\)$/\1\n\2/' user_word.txt > all.txt
--
|
|
undeath |
hashcat
|
5 |
1,912 |
07-23-2019, 03:00 PM |