Search Results
|
Post |
Author |
Forum
[desc]
|
Replies |
Views |
Posted |
|
|
Thread: GPU not utilised
Post: RE: GPU not utilised
Hashcat already told you some things you could try, which I quoted in bold here:
srin2godisgreat Wrote: (10-07-2019, 08:40 PM)
--
Session..........: hashcat
Status...........: Running
Hash.Type.... |
|
NoReply |
hashcat
|
4 |
2,073 |
10-08-2019, 12:49 PM |
|
|
Thread: Advice for Reviving Old Machine for Hashcat
Post: RE: Advice for Reviving Old Machine for Hashcat
With this mask it is feasible to go up to length 7 at most, I guess. This is based upon a test with my 1060, where length 7 with the mask ?1?2?2?2?2?2?3 would take 5 days. |
|
NoReply |
hashcat
|
5 |
1,621 |
12-12-2019, 11:46 AM |
|
|
Thread: question about hashcat speed slow?
Post: RE: question about hashcat speed slow?
Considering your previous posts, you seem to be new to password cracking and therefore are lacking necessary background knowledge (which is not a shame, everyone started at some point). You should do ... |
|
NoReply |
hashcat
|
7 |
2,058 |
01-24-2020, 11:26 AM |
|
|
Thread: about hashcat parameters
Post: RE: about hashcat parameters
I think the easiest way to achieve this is to have two different sessions of hashcat, one for each device. Downside is that you will have to somehow split the attack you want to perform. |
|
NoReply |
hashcat
|
1 |
835 |
03-07-2020, 02:26 PM |
|
|
Thread: Hashcat Capabilities
Post: RE: Hashcat Capabilities
You could use two instances of hashcat, where the first one generates candidates up to the 30 unique characters with a mask and pipe them into a second instance, which does the actual cracking and app... |
|
NoReply |
hashcat
|
1 |
615 |
03-15-2020, 01:36 PM |
|
|
Thread: Hashcat not working
Post: RE: Hashcat not working
I had similar issues quite a while ago, when I tried to crack LUKS. Back then, there was no solution available.
What Hash Types are you trying to crack?
Did you try with the latest beta (hashcat.n... |
|
NoReply |
hashcat
|
1 |
559 |
04-07-2020, 10:04 AM |
|
|
Thread: Use whole RAM Colab
Post: RE: Use whole RAM Colab
When running a mask attack (-a 3), there should be no point why using more RAM would give you a better cracking performance, since the biggest part of candidate generation is done directly on your GPU... |
|
NoReply |
hashcat
|
7 |
1,255 |
05-04-2020, 11:43 AM |
|
|
Thread: Use whole RAM Colab
Post: RE: Use whole RAM Colab
In some cases it is possible to get a bit more performance modifying -n and -u but I do not have any experience with these. When running a mask attack, the most important factor is the raw GPU power y... |
|
NoReply |
hashcat
|
7 |
1,255 |
05-04-2020, 12:24 PM |
|
|
Thread: Newbie learning how to crack a RAR3 hash.
Post: RE: Newbie learning how to crack a RAR3 hash.
There is an error in your command line. The 'RAR3-hp' is not needed and also not allowed to be there. Hashcat determines the hash mode solely based on the number which follows the -m parameter. If you... |
|
NoReply |
hashcat
|
5 |
1,169 |
05-07-2020, 10:40 AM |
|
|
Thread: What is the speed of Hashcat for cracking wallet.dat using GPU?
Post: RE: What is the speed of Hashcat for cracking wall...
Your thoughts are absolutely right.
The only thing you are missing here is the iteration count, which is basically a factor which determines how long it takes to hash a single candidate (you can se... |
|
NoReply |
hashcat
|
15 |
3,366 |
05-26-2020, 08:30 AM |
|
|
Thread: What is the speed of Hashcat for cracking wallet.dat using GPU?
Post: RE: What is the speed of Hashcat for cracking wall...
https://terahash.com/#appliances |
|
NoReply |
hashcat
|
15 |
3,366 |
05-28-2020, 08:44 PM |
|
|
Thread: What is the speed of Hashcat for cracking wallet.dat using GPU?
Post: RE: What is the speed of Hashcat for cracking wall...
Sure, but we are talking about enterprise grade hardware, software and support. Other than that, its really not easy to build these kinds of systems in such a way, that they can run 24/7 in a reliable... |
|
NoReply |
hashcat
|
15 |
3,366 |
05-28-2020, 10:41 PM |
|
|
Thread: This App Cant Run On Your PC - Help
Post: RE: This App Cant Run On Your PC - Help
Sounds to me like your trying to run hashcat on a 32-bit machine. If thats the case, you could try with the precvious version (5.1.0), since it includes a 32-bit executable. Its available here: https:... |
|
NoReply |
hashcat
|
3 |
694 |
06-16-2020, 11:51 PM |
|
|
Thread: Bitlocker Error(s)
Post: RE: Bitlocker Error(s)
Im sorry to disappoint you, but I dont think it is not possible to crack this, because one of the hashes is for the recovery key and the other one for the TPM key. The structure of these keys makes it... |
|
NoReply |
hashcat
|
4 |
817 |
06-22-2020, 03:19 PM |
|
|
Thread: New secondary GPU Added, unknown error from Hashcat
Post: RE: New secondary GPU Added, unknown error from Ha...
Although im not very familiar with these kind of problems, I would recommend uninstalling pocl. Also follow these instructions: https://hashcat.net/faq/wrongdriver |
|
NoReply |
hashcat
|
2 |
452 |
08-04-2020, 09:23 PM |
|
|
Thread: TrueCrypt Hidden
Post: RE: TrueCrypt Hidden
Depends on what type of algo you specified when you created the volume. If you did not touch it like most people, the answer is yes, it is also mode 6213. The extraction of the necessary data is diffe... |
|
NoReply |
hashcat
|
1 |
321 |
08-13-2020, 02:40 PM |
|
|
Thread: Checking large lists of hashes
Post: RE: Checking large lists of hashes
Check this out, it is a beginner tutorial from this year's DEF CON: https://www.youtube.com/watch?v=sYKcqnzcdZI
There are also more videos on more advanced topics on this channel. |
|
NoReply |
hashcat
|
1 |
293 |
09-08-2020, 08:23 PM |
|
|
Thread: Hashcat with password hints?
Post: RE: Hashcat with password hints?
Princeprocessor should be the right tool to crack such a hash. It simply concatenates the different strings in your hints.txt file to generate candidates, what were you expecting?
It is possible to... |
|
NoReply |
hashcat
|
1 |
124 |
10-05-2020, 03:04 PM |
|
|
Thread: Hashcat brain RAM-limited version
Post: RE: Hashcat brain RAM-limited version
For the most detailed documentation / description of the brain feature, check out the release notes on hashcat 5.0.0 (https://hashcat.net/forum/thread-7903-post-42583.html#pid42583) |
|
NoReply |
User Contributions
|
3 |
3,230 |
03-10-2019, 02:14 PM |
|
|
Thread: Temp abort trigger only for current gpu
Post: RE: Temp abort trigger only for current gpu
You could either create a checkpoint which means pausing to wait for it to cool down or use a lower workload profile, e.g -w 2
EDIT: stopping hashcat only on the overheated GPU is not possible, if th... |
|
NoReply |
User Contributions
|
2 |
1,009 |
04-10-2020, 07:49 PM |