Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
Views |
Posted |
|
|
Thread: How Calculate GPU Cracking Time
Post: RE: How Calculate GPU Cracking Time
The best way to do this is to perform an actual run.
Raw wordlist mode (with no rules) is very, very fast. hashcat's guessing speed is so fast that it can often spend more time caching a large dict... |
|
royce |
hashcat
|
10 |
25,369 |
03-26-2017, 05:36 PM |
|
|
Thread: Using for Axcrypt
Post: RE: Using for Axcrypt
You need to extract the Axcrypt hash, rather than feeding hashcat the entire file.
https://github.com/Fist0urs/AxSuite |
|
royce |
hashcat
|
10 |
11,238 |
05-30-2017, 08:59 PM |
|
|
Thread: Potfile format - to hex or not to hex
Post: RE: Potfile format - to hex or not to hex
With the recent appearance of --encoding-from and --encoding to, I wouldn't expect there to be any additional value in storing wordlists as hex. If you're getting additional hits because of them, they... |
|
royce |
hashcat
|
10 |
9,893 |
11-23-2017, 08:11 PM |
|
|
Thread: Descrypt 8 Char PW
Post: RE: Descrypt 8 Char PW
I couldn't immediately find any public benchmarks on 4.x hashcat for a 1060.
If you happen to have one, run that actual attack and check the time estimate; that will be the most accurate way to ge... |
|
royce |
General Talk
|
10 |
8,113 |
11-29-2017, 09:08 PM |
|
|
Thread: Descrypt 8 Char PW
Post: RE: Descrypt 8 Char PW
undeath, cool - yours? Was that under -w 4?
Here's one for 6x 1080s, -w 4:
Code:
--
Hash.Type........: descrypt, DES (Unix), Traditional DES
Time.Started.....: Wed Nov 29 14:20:19 2017 (1 mi... |
|
royce |
General Talk
|
10 |
8,113 |
11-30-2017, 01:23 AM |
|
|
Thread: Descrypt 8 Char PW
Post: RE: Descrypt 8 Char PW
Faster base clock (1708 MHz vs1050 MHz) ?
https://www.nvidia.com/en-us/geforce/products/10series/geforce-gtx-1060/
https://www.geforce.com/hardware/desktop-gpus/geforce-gtx-970/specifications |
|
royce |
General Talk
|
10 |
8,113 |
11-30-2017, 05:21 PM |
|
|
Thread: Descrypt 8 Char PW
Post: RE: Descrypt 8 Char PW
For a single 1060, it will still take four months, I would think. |
|
royce |
General Talk
|
10 |
8,113 |
11-30-2017, 07:22 PM |
|
|
Thread: DES ECB error
Post: RE: DES ECB error
But why does the cracking approach sometimes find one first, and sometimes find the other one first? I would expect the attack to be deterministic and reproducible. |
|
royce |
hashcat
|
10 |
7,620 |
02-17-2018, 06:36 PM |
|
|
Thread: DES ECB error
Post: RE: DES ECB error
Normally, yes. But with --keep-guessing, I would expect all possibilities to be exhausted. In different output order, but all represented. |
|
royce |
hashcat
|
10 |
7,620 |
02-17-2018, 10:00 PM |
|
|
Thread: DES ECB error
Post: RE: DES ECB error
It's a family reunion!
Code:
--
$ hashcat --quiet --potfile-path=/dev/null --keep-guessing -m 14000 test.hash -a 3 -1 '`012abcdghirstu' ?1?1?1?1?1?1?1?1
24ac458a29cc3241:5337554801018442:harica... |
|
royce |
hashcat
|
10 |
7,620 |
02-16-2018, 06:07 AM |
|
|
Thread: Cooling
Post: RE: Cooling
It sounds like you need to improve airflow in the case, or move the system to a cooler room (or both). Running cards hot is a gamble, and I'd concentrate on getting the cooling resolved rather than gu... |
|
royce |
hashcat
|
10 |
7,556 |
05-09-2018, 04:36 PM |
|
|
Thread: help identify algo from kerio connect
Post: RE: help identify algo from kerio connect
I just ran mdxfind for any supported hash, using '123456' as the only input - up to 2M rounds, with extended truncation search - against those hashes both with and without the static component. In the... |
|
royce |
hashcat
|
10 |
8,843 |
06-12-2018, 04:05 PM |
|
|
Thread: help identify algo from kerio connect
Post: RE: help identify algo from kerio connect
See also:
https://github.com/magnumripper/JohnTheRipper/blob/bleeding-jumbo/doc/Auditing-Kerio-Connect.md |
|
royce |
hashcat
|
10 |
8,843 |
06-15-2018, 09:21 AM |
|
|
Thread: Help for rule
Post: RE: Help for rule
I do not understand the question yet. :) Could you provide an example? |
|
royce |
General Talk
|
10 |
6,459 |
07-07-2018, 03:51 PM |
|
|
Thread: Help for rule
Post: RE: Help for rule
Or
Code:
--
mp64 -1 ?l?d?u "^?1^?1" >prepend-ldu2.rule
--
The nice thing about philsmd's solution, though, is that it generates the rules in Markov order. |
|
royce |
General Talk
|
10 |
6,459 |
07-07-2018, 09:08 PM |
|
|
Thread: Combinator Attack issue with rules
Post: RE: Combinator Attack issue with rules
Just a guess, but you could try combinator3 and then tack on four digits with rules ( [wordlist] [4digitwordlist] [wordlist] ?d?d?d?d) |
|
royce |
hashcat
|
10 |
6,610 |
07-08-2018, 06:51 AM |
|
|
Thread: Help for rule
Post: RE: Help for rule
In this case, you don't want to use mp64 to generate a wordlist or pipe anything to hashcat. Instead, you want to use it to generate rules.
Code:
--
$ mp64 -1 ?l?d?u "^?1^?1" >prepend-ldu2.rule
... |
|
royce |
General Talk
|
10 |
6,459 |
07-08-2018, 06:59 AM |
|
|
Thread: Combinator Attack issue with rules
Post: RE: Combinator Attack issue with rules
No - rather, you'd pipe the output from combinator to hashcat, and use hashcat to apply the ?d?d?d?d rule |
|
royce |
hashcat
|
10 |
6,610 |
07-08-2018, 07:23 PM |
|
|
Thread: Help for rule
Post: RE: Help for rule
Apologies for the error in my previous post - I was using -a 3 accidentally; it should have been -a 0.
Code:
--
hashcat -m XXXX -a 0 -w 3 -r prepend-ldu2.rule hccapx [wordlist]
--
|
|
royce |
General Talk
|
10 |
6,459 |
07-08-2018, 09:59 PM |
|
|
Thread: Combinator Attack issue with rules
Post: RE: Combinator Attack issue with rules
I was being loose with the vocab again, but from the thread I thought that he was going to be using a rule to simulate a hybrid attack. |
|
royce |
hashcat
|
10 |
6,610 |
07-09-2018, 04:33 PM |