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 [asc] Author Forum Replies Views Posted
    Thread: rules with $4 or $9 and ^4 or ^9 dropped
Post: RE: rules with $4 or $9 and ^4 or ^9 dropped

Same issue, AMD A8-3850 CPU (Ubuntu 11.04/64bit).
chort Old hashcat Support 11 20,664 01-13-2012, 07:34 PM
    Thread: rules with $4 or $9 and ^4 or ^9 dropped
Post: RE: rules with $4 or $9 and ^4 or ^9 dropped

I guess I'll wait until the actual update is posted before reporting :)
chort Old hashcat Support 11 20,664 01-17-2012, 06:59 AM
    Thread: rules with $4 or $9 and ^4 or ^9 dropped
Post: RE: rules with $4 or $9 and ^4 or ^9 dropped

Hello atom, In 0.39b2 every rule is applied, but only every 4th wordlist entry is used. Here is the output of prepending [1-9] (rule) to team[1-9] (wordlist): Code: -- chort@hydra:~/code/hashcat-0....
chort Old hashcat Support 11 20,664 01-23-2012, 12:39 AM
    Thread: rules with $4 or $9 and ^4 or ^9 dropped
Post: RE: rules with $4 or $9 and ^4 or ^9 dropped

Confirmed as fixed. Thanks!
chort Old hashcat Support 11 20,664 01-23-2012, 11:43 PM
    Thread: reading directories with dictionaries in combinator mode
Post: RE: reading directories with dictionaries in combi...

You could also write your script to catch signals and send the process the signal you're trapping. https://www.google.com/search?sourceid=chrome&ie=UTF-8&q=bash+trap+signals
chort Very old oclHashcat-plus Support 4 10,425 01-20-2012, 10:50 PM
    Thread: Random temperature errors with freezing while cracking with HD5970.
Post: RE: Random temperature errors with freezing while ...

Here's a good guide to getting Catalyst working on Linux: https://wiki.cchtml.com/index.php/Main_Page
chort Hardware 4 10,423 01-06-2012, 05:41 PM
    Thread: Proper Syntax or usage of gui
Post: RE: Proper Syntax or usage of gui

If you want a mask that includes more than one charset for each position, you need to define the custom charsets in the boxes below.
chort General Help 3 9,780 02-21-2012, 02:41 AM
    Thread: Problem with bruteforcing with GPU
Post: RE: Problem with bruteforcing with GPU

Documentation: https://hashcat.net/wiki/mask_attack
chort Very old oclHashcat-plus Support 2 6,602 01-28-2012, 01:40 AM
    Thread: Possibility of zip archive password cracking?
Post: RE: Possibility of zip archive password cracking?

I just had someone privately request RAR support today. Apparently there is a lot of interest in such a thing by people who find bread crumb trails from hackers (apparently encrypted RARs are a favori...
chort Feature Requests 27 130,512 02-03-2012, 04:42 AM
    Thread: Possibility of zip archive password cracking?
Post: RE: Possibility of zip archive password cracking?

Wow, that sounds depressing for RAR cracking. Perhaps there is a design weakness that could lead to a shortcut? I wish I knew something about cryptanalysis.
chort Feature Requests 27 130,512 02-04-2012, 04:04 AM
    Thread: Possibility of zip archive password cracking?
Post: RE: Possibility of zip archive password cracking?

What do you mean by "multiple dictionaries?" oclHashcat-plus can use multiple dictionaries if you give it a directory as the dictionary parameter. It can also use two dictionaries in combination by sp...
chort Feature Requests 27 130,512 02-06-2012, 05:40 AM
    Thread: Possibility of zip archive password cracking?
Post: RE: Possibility of zip archive password cracking?

oclHashcat-plus can do this, but not with rules (currently). https://hashcat.net/wiki/combinator_attack
chort Feature Requests 27 130,512 02-07-2012, 05:10 AM
    Thread: Possibility of zip archive password cracking?
Post: RE: Possibility of zip archive password cracking?

gat3way_ that is pretty cool. Will it be available in a tool any time soon? There is certainly demand (I get private requests related to malware analysis).
chort Feature Requests 27 130,512 02-17-2012, 03:01 AM
    Thread: Plus is too slow. How can I continue to use oclhashcat ?
Post: RE: Plus is too slow. How can I continue to use oc...

Try increasing the -n value. It makes a big difference in some cases. Also for some hash types I've found that increasing --gpu-loops helps.
chort Very old oclHashcat-plus Support 14 24,720 01-02-2012, 05:15 AM
    Thread: Pause instead of abort when temperature limit is reached
Post: RE: Pause instead of abort when temperature limit ...

Have you tried increasing fan speed? AMD cards at least have a default upper-bound on their fan that is something like 30% (set by the driver). Increasing the fan speed just a small percentage lowers ...
chort Feature Requests 16 44,600 01-02-2012, 12:35 AM
    Thread: Pause instead of abort when temperature limit is reached
Post: RE: Pause instead of abort when temperature limit ...

Dear jeebus man, you're going to burn up your GPU with those temps. Why wouldn't you simply increase fan speed a little bit and save the damage to your GPU?
chort Feature Requests 16 44,600 01-02-2012, 05:32 AM
    Thread: Pause instead of abort when temperature limit is reached
Post: RE: Pause instead of abort when temperature limit ...

It's a bad idea to give people an excuse not to fix obvious cooling problems. It's like a doctor giving you morphine instead of telling you to stop shooting yourself in the foot.
chort Feature Requests 16 44,600 01-06-2012, 06:05 AM
    Thread: Pause instead of abort when temperature limit is reached
Post: RE: Pause instead of abort when temperature limit ...

If you aren't punished for being stupid, you will never stop doing stupid things. How much clearer does it need to be?
chort Feature Requests 16 44,600 02-02-2012, 10:02 PM
    Thread: Partially known password + md5 hash + trouble cracking
Post: RE: Partially known password + md5 hash + trouble ...

I found https://ob-security.info/ very helpful.
chort General Help 5 17,244 01-31-2012, 01:57 AM
    Thread: output file
Post: RE: output file

Run oclHashcat-plus with --help to see the supported output formats. I do something like: Code: -- $ cut -d':' -f1 cracked.txt | xargs -I {} -xn1 grep {} hashfile.txt -- You could write a shell s...
chort Very old oclHashcat-plus Support 6 18,241 01-30-2012, 08:42 PM