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 [desc] Forum Replies Views Posted
    Thread: Syntax help
Post: RE: Syntax help

https://hashcat.net/wiki/doku.php?id=mask_attack
undeath General Talk 2 2,925 06-29-2017, 10:12 AM
    Thread: Support for Intel Movidius Neural Compute Stick ???
Post: RE: Support for Intel Movidius Neural Compute Stic...

Code: --       +--------------------------------+       |  Does a OpenCL runtime exist?  |       +----------+--------------------++                  |                ...
undeath Hardware 1 2,353 03-19-2019, 11:44 PM
    Thread: Ghostsurf backup vault cd
Post: RE: Ghostsurf backup vault cd

unless you or anyone else knows exactly how the encryption works it will never be supported.
undeath hashcat 2 3,249 04-25-2017, 07:57 PM
    Thread: the quantity of rules in the rule based attack
Post: RE: the quantity of rules in the rule based attack

This would usually happen when you specify -r multiple times in the comand line, but you don't seem to be doing that. Please try with the latest version. It might be a bug.
undeath hashcat 2 3,397 04-27-2017, 11:40 AM
    Thread: how to hash with hashcat
Post: RE: how to hash with hashcat

That's not possible with hashcat.
undeath hashcat 7 7,752 05-01-2017, 05:24 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
    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: 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: 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 ...

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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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