Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: GT 1080 ghost fan
Post: RE: GT 1080 ghost fan

have you tried turning it off and on again?
undeath Hardware 6 5,860 05-10-2017, 09:43 PM
    Thread: Up and running
Post: RE: Up and running

You don't need a different hashcat version to use your cpu. See --opencl-device-types option Use --potfile-disable to disable checking of already cracked hashes.
undeath hashcat 2 3,125 05-10-2017, 09:09 PM
    Thread: New Build Ubuntu 16.04 or 14
Post: RE: New Build Ubuntu 16.04 or 14

Don't double post. https://hashcat.net/forum/thread-6545-post-34845.html#pid34845
undeath General Talk 3 4,444 05-09-2017, 03:25 PM
    Thread: Conflicting rule results
Post: RE: Conflicting rule results

With the high concurrency it's possible that a different rule produced the same plaintext before the blank rule hit. ie assume password is "123456" and your wordlist has "1234567" and rule "]", you...
undeath hashcat 2 2,715 05-09-2017, 02:49 PM
    Thread: Cracking failed on Radeon Pro WX5100
Post: RE: Cracking failed on Radeon Pro WX5100

please post the full hashcat output of a cracking attempt.
undeath hashcat 5 6,864 05-09-2017, 02:30 PM
    Thread: question for
Post: RE: question for

You could probably even come up with an algorithm that does it with SIMD, but if the overall gain is a 5ms faster hashcat startup that's not really something worth benchmarking and/or optimizing.
undeath hashcat 2 2,866 05-09-2017, 11:07 AM
    Thread: Newbie Build Question?
Post: RE: Newbie Build Question?

SLI: https://hashcat.net/forum/thread-6537.html Ubuntu 16.04 will work, too.
undeath Hardware 4 5,735 05-08-2017, 09:30 PM
    Thread: Time.Estimated, does this estimate look accurate ?
Post: RE: Time.Estimated, does this estimate look accur...

There might be some overflow happening. 3y is definitely off. (26+10)**10 / 2800 / 60 / 60 / 24 / 365 = 41405.7227121722 (years) even with a high end rig this kind of keyspace is not realistic.
undeath hashcat 2 2,970 05-06-2017, 07:03 PM
    Thread: RX470 - only 14MCU ????
Post: RE: RX470 - only 14MCU ????

I find the flowchart above very offensive and not true. It's completely ignoring the part where AMD increases the clock rate that subsequently needs to be throttled by powertune.
undeath Hardware 10 12,486 05-06-2017, 06:58 PM
    Thread: 1Password - need help using hashcat
Post: RE: 1Password - need help using hashcat

In that case generate a list with each word and the special character appended/prepended and apply combinator from hashcat utils until all words have been combined.
undeath hashcat 21 19,496 05-05-2017, 06:01 PM
    Thread: 1Password - need help using hashcat
Post: RE: 1Password - need help using hashcat

I was extremely bored and therefor hacked together this very complicated python3 script: Code: -- CHARSET_PREP = '"!§' CHARSET_APP = 'tT' BASEWORD = 'GreatScript' print(BASEWORD) for c1 in list(CH...
undeath hashcat 21 19,496 05-05-2017, 04:21 PM
    Thread: Nvidia GeForce 610
Post: RE: Nvidia GeForce 610

There is no error, only warnings.
undeath hashcat 4 6,084 05-05-2017, 02:41 PM
    Thread: Nvidia GeForce 610
Post: RE: Nvidia GeForce 610

https://hashcat.net/hashcat/ > GPU Driver Requirements
undeath hashcat 4 6,084 05-05-2017, 01:08 PM
    Thread: 1Password - need help using hashcat
Post: RE: 1Password - need help using hashcat

given your number of possibilities you could even try them by hand. If you want to use hashcat you can create a wordlist for the first set of special characters and then run a hybrid attack (mode 6).
undeath hashcat 21 19,496 05-05-2017, 09:27 AM
    Thread: creating a wordlist
Post: RE: creating a wordlist

It's probably easiest to write a custom script to generate the mutated phrases.
undeath hashcat 2 3,055 05-02-2017, 04:45 PM
    Thread: How to find a salt for a hash if you have the plain text
Post: RE: How to find a salt for a hash if you have the ...

epixoip Wrote: (05-02-2017, 04:06 PM) -- Erm, guys, this isn't hard. If the algorithm is e.g. md5(p.s) and you know p but need to find s, just switch them: use p as s and run it as md5(s.p). Same goe...
undeath hashcat 10 10,557 05-02-2017, 04:40 PM
    Thread: 1Password - need help using hashcat
Post: RE: 1Password - need help using hashcat

First you need to find out what encoding to use, then you can create a charset file: https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_charset_files If you need a multibyte character (utf-8)...
undeath hashcat 21 19,496 05-01-2017, 09:54 PM
    Thread: How to find a salt for a hash if you have the plain text
Post: RE: How to find a salt for a hash if you have the ...

This thread needs more pointless quotes.
undeath hashcat 10 10,557 05-01-2017, 05:31 PM
    Thread: Chaining Two Different Hash Types
Post: RE: Chaining Two Different Hash Types

This feature is not available and, believe it or not, is not easily implemented.
undeath hashcat 1 2,280 05-01-2017, 05:30 PM
    Thread: 1Password - need help using hashcat
Post: RE: 1Password - need help using hashcat

§ is not an ascii character. Using it in masks or rules is problematic.
undeath hashcat 21 19,496 05-01-2017, 05:27 PM