Search Results
|
Post |
Author |
Forum |
Replies |
Views
[desc]
|
Posted |
|
|
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,115 |
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,115 |
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,115 |
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,115 |
11-30-2017, 07:22 PM |
|
|
Thread: Installation script
Post: RE: Installation script
hashcat's dependenciest are not installed automatically. The second paragraph of the main page hashcat.net describes which drivers are needed, and https://hashcat.net/faq/wrongdriver describes some s... |
|
royce |
hashcat
|
2 |
8,116 |
05-04-2017, 06:56 PM |
|
|
Thread: hashcat 5.0.0 with Token length exception with sha1
Post: RE: hashcat 5.0.0 with Token length exception with...
By default, hashcat expects bare hashes (without username). To ignore username, use --username.
With -a 0, you also need to supply a wordlist. If you want to try the default mask attack set instea... |
|
royce |
hashcat
|
3 |
8,194 |
11-19-2018, 03:27 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: Passwords13 Las Vegas CFP
Post: RE: Passwords13 Las Vegas CFP
[scavenging for unanswered posts, no need to reply]
For what it's worth, here's a link to all of the talks that were accepted. :)
https://www.youtube.com/playlist?list=PLdIqs92nsIzTphHrDlIucuMP2... |
|
royce |
General Talk
|
3 |
8,278 |
11-19-2017, 03:13 AM |
|
|
Thread: Temperature limit on GPU
Post: RE: Temperature limit on GPU
Your GPU is getting too hot. Improve your cooling / airflow / thermals. |
|
royce |
General Talk
|
4 |
8,309 |
06-02-2017, 11:01 PM |
|
|
Thread: HashCat takes a very long time to report progress
Post: RE: HashCat takes a very long time to report progr...
Have you tried manually setting the status update frequency (with --status and --status-timer)?
[Edit: apparently this issue is regardless of that; could be a potential feature, likely a GitHub iss... |
|
royce |
hashcat
|
5 |
8,314 |
04-26-2018, 06:59 AM |
|
|
Thread: HashCat takes a very long time to report progress
Post: RE: HashCat takes a very long time to report progr...
I wouldn't say by design - but I have no idea if this longer delay is "fixable" or a natural consequence of the approach. My understanding is that there's some development discussion going on about it... |
|
royce |
hashcat
|
5 |
8,314 |
05-06-2018, 09:56 PM |
|
|
Thread: Restore Point reset while mask processing
Post: RE: Restore Point reset while mask processing
Interesting find. Since this sounds like a enhancement or bugfix, you might get better traction by opening a Trac ticket.
https://hashcat.net/trac/ |
|
royce |
Old oclHashcat Support
|
5 |
8,323 |
11-29-2015, 08:47 PM |
|
|
Thread: Custom charset, I'm lost...
Post: RE: Custom charset, I'm lost...
You can supply a custom charset using --custom-charset[1-4] files. The ./charsets/ directory has some stock ones, including the ./charsets/standard/German/ directory. You can combine up to four multip... |
|
royce |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
4 |
8,360 |
10-07-2016, 05:47 PM |
|
|
Thread: Which Graphic Card is better
Post: RE: Which Graphic Card is better
The 670 is based on the Kepler architecture. The 750 Ti is based on Maxwell. The Maxwell architecture is much better for hashcat. Even just one 750 Ti would be better than a 670. And 2 750s would be e... |
|
royce |
hashcat
|
6 |
8,476 |
10-04-2016, 05:33 AM |
|
|
Thread: Warp Wallet Challenge 2
Post: RE: Warp Wallet Challenge 2
Hashcat doesn't supportĀ ad-hoc algorithms.
John the Ripper supports ad-hoc algorithms, but only using certain components. Direct support would be required. This thread (https://github.com/magnumri... |
|
royce |
General Talk
|
8 |
8,703 |
10-06-2017, 03:59 PM |
|
|
Thread: Separator unmatched when using example hash
Post: RE: Separator unmatched when using example hash
Hashes containing '$' need to be enclosed in single quotes on the Unix commandline. This is because $[string] is a way to do variable substitution in bash and related shells.
Once you fix that, you ... |
|
royce |
hashcat
|
2 |
8,713 |
03-16-2019, 08:10 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,847 |
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,847 |
06-15-2018, 09:21 AM |
|
|
Thread: Unicode == FUN
Post: RE: Unicode == FUN
See the ./charsets/ subdirectory for character sets that you can use. If you don't know what the target languages might be, apply some wordlists first to determine language frequency, and then target ... |
|
royce |
hashcat
|
9 |
8,851 |
02-01-2017, 09:21 PM |