Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
Views |
Posted |
|
|
Thread: Migrating Brain Server Data
Post: RE: Migrating Brain Server Data
Fair question. So far, I don't think that any interface-breaking changes have happened, so no migration steps have been necessary.
If/when it becomes necessary, the migration will vary, based on wh... |
|
royce |
hashcat
|
8 |
2,472 |
10-12-2019, 08:44 AM |
|
|
Thread: New - What am I missing?
Post: RE: New - What am I missing?
Can you post the full output - full command line, and the results?
This is what a successful run (but unsuccessful crack) looks like ('hashcat') happens to not be in RockYou:
Code:
--
$ hashcat -m... |
|
royce |
hashcat
|
8 |
2,370 |
10-12-2019, 04:56 PM |
|
|
Thread: What to watch out for when running two instances of Hashcat at once?
Post: RE: What to watch out for when running two instanc...
I often run more than one simultaneously, either distributing load among GPUs, or else pausing one long-running job to run a short-running job. This is often easier than quitting and restoring.
The b... |
|
royce |
hashcat
|
8 |
2,341 |
01-18-2020, 02:42 AM |
|
|
Thread: What to watch out for when running two instances of Hashcat at once?
Post: RE: What to watch out for when running two instanc...
Coloradohusky Wrote: (01-18-2020, 02:48 AM)
--
Got it; do they interact well together with the potfile or does --session make them have separate potfiles? I don't believe so, based on the wiki, so wo... |
|
royce |
hashcat
|
8 |
2,341 |
01-20-2020, 08:34 PM |
|
|
Thread: What to watch out for when running two instances of Hashcat at once?
Post: RE: What to watch out for when running two instanc...
slyexe Wrote: (01-18-2020, 02:55 AM)
--
I suppose if you're managing a good cracking rig this would make sense. I never thought of that, you got me there. Only having a single card, I wouldn't want t... |
|
royce |
hashcat
|
8 |
2,341 |
01-20-2020, 08:35 PM |
|
|
Thread: 10 years to crack a 13 character password?
Post: RE: 10 years to crack a 13 character password?
That's not quite how specifying a mask works. IF you don't know which characters are in which positions, you want something more like this -- first definiting a custom character set, and then using it... |
|
royce |
hashcat
|
7 |
14,884 |
11-15-2016, 09:07 PM |
|
|
Thread: hash160(x) a.k.a. ripemd160(sha256(x))
Post: RE: hash160(x) a.k.a. ripemd160(sha256(x))
I'm not sure what you mean by this. Could you rephrase? |
|
royce |
hashcat
|
7 |
8,264 |
11-24-2016, 10:32 PM |
|
|
Thread: hash160(x) a.k.a. ripemd160(sha256(x))
Post: RE: hash160(x) a.k.a. ripemd160(sha256(x))
There is no way to combine hashes that I know of. It would be a very interesting and useful feature, but it might be difficult to implement. |
|
royce |
hashcat
|
7 |
8,264 |
11-24-2016, 11:39 PM |
|
|
Thread: About --keep-guessing
Post: RE: About --keep-guessing
Almost not at all. I guess it would alter the behavior for any hashes that already keep guessing (is it 7-Zip?) |
|
royce |
Beta Tester
|
7 |
10,828 |
11-27-2016, 01:45 AM |
|
|
Thread: Is it better to use princeprocessor rather than using Hashcat alone?
Post: RE: Is it better to use princeprocessor rather tha...
I think that maykelbembibre is asking whether using PRINCE recovers more hashes per unit of time?
maykelbembibre, "efficiency" may the word that's more commonly used to talk about this. This thread... |
|
royce |
General Talk
|
7 |
7,900 |
03-27-2017, 04:19 PM |
|
|
Thread: how to hash with hashcat
Post: RE: how to hash with hashcat
The full Github hashcat distribution also has a "test.pl" Perl script in the tools/ directory that can hash quite a few formats.
$ echo -n 'password' | ./tools/test.pl passthrough 0
5f4dcc3b5aa765... |
|
royce |
hashcat
|
7 |
7,751 |
05-07-2017, 04:26 PM |
|
|
Thread: * Device #1: This device's local mem size is too small.
Post: RE: * Device #1: This device's local mem size is t...
Per: https://github.com/hashcat/hashcat/blob/master/src/opencl.c
Code:
--
if (device_local_mem_size < 32768)
{
event_log_error (hashcat_ctx, "* Device #%u: This device's local... |
|
royce |
hashcat
|
7 |
14,295 |
05-21-2017, 05:00 PM |
|
|
Thread: * Device #1: This device's local mem size is too small.
Post: RE: * Device #1: This device's local mem size is t...
I included the relevant portion of code. I just included the link the code for reference.
Please read the thread that I also referenced. |
|
royce |
hashcat
|
7 |
14,295 |
05-21-2017, 06:49 PM |
|
|
Thread: * Device #1: This device's local mem size is too small.
Post: RE: * Device #1: This device's local mem size is t...
hashcat supports hardware that is supported by current drivers from the manufacturer. Once the manufacturer drops support for that hardware from the driver, hashcat support also ends. |
|
royce |
hashcat
|
7 |
14,295 |
05-21-2017, 10:33 PM |
|
|
Thread: noob problem installing
Post: RE: noob problem installing
And if that doesn't work, please post full command line that you're using (but redact sensitive hashes, if any). |
|
royce |
hashcat
|
7 |
5,176 |
09-04-2017, 08:09 PM |
|
|
Thread: hashcat 4.0.1 more slow than 3.6 (GT 740M)
Post: RE: hashcat 4.0.1 more slow than 3.6 (GT 740M)
asirena Wrote: (11-22-2017, 02:38 PM)
--
atom, you should use the same parameter in both cases in order to compare the results...
If you use -w4 with one of them and -w3 with the other one, you a... |
|
royce |
hashcat
|
7 |
6,862 |
11-22-2017, 08:47 PM |
|
|
Thread: Max Pass Length using Wordlists
Post: RE: Max Pass Length using Wordlists
Unless you're attacking a slow hash, it may not be worth skipping the longer files.
If it's a slow hash, you could use 'combinator' from hashcat-utils, and then pipe that through 'len' (also from h... |
|
royce |
hashcat
|
7 |
5,993 |
11-29-2017, 10:40 PM |
|
|
Thread: Cyrillic --> English transliterated passwords wordlist
Post: RE: Cyrillic --> English transliterated passwords ...
RealEnder, wlc was new to me - thanks for the tip, looks very useful. |
|
royce |
hashcat
|
7 |
6,887 |
12-01-2017, 05:45 PM |
|
|
Thread: HD7970 really slow?
Post: RE: HD7970 really slow?
Hmm, interesting. I wouldn't expect you to have to downgrade drivers - latest stable should be fine.
Is it possible that something else is keeping your GPU busy? |
|
royce |
Hardware
|
7 |
5,620 |
12-03-2017, 06:21 PM |
|
|
Thread: huawei p9 lite destroyed but i get emmc image :)
Post: RE: huawei p9 lite destroyed but i get emmc image ...
I am not familiar with how encryption is done on these phones, but here's an example for a different phone.
https://hashcat.net/forum/thread-2202.html |
|
royce |
hashcat
|
7 |
5,068 |
12-08-2017, 05:24 PM |