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

Search Results
Post Author Forum Replies Views [desc] Posted
    Thread: Is this card a founders edition card ?
Post: RE: Is this card a founders edition card ?

I wouldn't recommend water cooling. Just use FE.
Xanadrel Hardware 3 3,848 05-22-2017, 01:55 PM
    Thread: lst files?
Post: RE: lst files?

Extension doesn't matter at all, it just reads each line as a candidate.
Xanadrel hashcat 1 3,873 02-27-2017, 01:01 AM
    Thread: How to leet-transform only one char ? [edited]
Post: RE: How to leet-transform only one char ? [edited]

Can also mention using hashcat-legacy with -a 5 (table attack) Code: -- $ cat dict Directions $ hashcat-cli64.exe -a 5 -t tables/leet.table --stdout dict | head Directions D1rections D!rect...
Xanadrel hashcat 7 3,883 08-14-2018, 12:35 PM
    Thread: What is NVAPI_ERROR and cuMemsetD8() 1
Post: RE: What is NVAPI_ERROR and cuMemsetD8() 1

What rico said, thread closed.
Xanadrel Old oclHashcat Support 2 4,033 01-08-2016, 11:46 PM
    Thread: How to use rules?
Post: RE: How to use rules?

hashcatter1 Wrote: (10-30-2016, 06:36 PM) -- I have been using hashcat for a few years but I have never used any rules. The sad reality is I have no idea how to do it. hashcat64.exe -m 0 -o --outp...
Xanadrel hashcat 2 4,065 10-30-2016, 06:53 PM
    Thread: Parameter to slow down the hashcat a bit (overheating probem)
Post: RE: Parameter to slow down the hashcat a bit (over...

You can play with -u and -n until you achieve a good speed/temperature ratio. Maybe your cooling solution is also not optimal.
Xanadrel Old oclHashcat Support 1 4,179 04-04-2015, 05:26 PM
    Thread: Problem using rules to append word from memory
Post: RE: Problem using rules to append word from memory

First, I want to thank you for a well written and asked question, I'm not used to it since some time. Then you are not doing anything wrong, except not noticing the following in oclHashcat's output m...
Xanadrel Old oclHashcat Support 2 4,218 11-18-2015, 09:23 PM
    Thread: Laptop with GeForce or Radeon M series
Post: RE: Laptop with GeForce or Radeon M series

No.
Xanadrel Old oclHashcat Support 1 4,315 02-18-2014, 12:06 AM
    Thread: Mask Attack Help / Brute Force Attack
Post: RE: Mask Attack Help / Brute Force Attack

-1 is used to define a charset, not the mask itself And replace "mask" in your command line with the actual mask, so : Code: -- hashcat -m 300 -a 3 /root/Desktop/allhashes.txt ?a?a?a?a?a?a --
Xanadrel Old hashcat Support 1 4,341 05-02-2014, 04:16 PM
    Thread: defect in outfile_write method.
Post: RE: defect in outfile_write method.

hsc Wrote: (03-20-2017, 02:01 AM) -- I'm using version 3.40 of hashcat.  Please let me know if this is the right place to post such things. -- Good contributions are welcome, but should go on gith...
Xanadrel hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 2 4,350 03-20-2017, 02:30 AM
    Thread: Multi rules understanding
Post: RE: Multi rules understanding

I suggest you play with hashcat and --stdout switch with small rule files to see what it exactly does and learn by yourself.
Xanadrel Old oclHashcat Support 2 4,365 02-29-2016, 02:06 PM
    Thread: --outfile-format for WPA
Post: RE: --outfile-format for WPA

https://hashcat.net/forum/thread-6355.html
Xanadrel hashcat 2 4,376 04-13-2017, 12:43 AM
    Thread: Is there any "getting started" threads or videos?
Post: RE: Is there any "getting started" threads or vide...

No.
Xanadrel General Help 2 4,400 12-11-2015, 12:52 AM
    Thread: What hash type ? i get error evry time
Post: RE: What hash type ? i get error evry time

Take time to read the rules.
Xanadrel General Talk 2 4,418 01-26-2016, 11:56 PM
    Thread: OSX 10.10 hash -m 7100 Line-length exception
Post: RE: OSX 10.10 hash -m 7100 Line-length exception

In the first command line you used "-output-file" with a single dash so it's using the short option "-o". Read the --help, in hashcat 3 it is either "-o" or "--outfile" to specify the output file. ...
Xanadrel hashcat 2 4,432 09-20-2016, 07:53 PM
    Thread: CPU v GPU configuration
Post: RE: CPU v GPU configuration

A few things: - if you have to use --force you're likely having something wrong with your system (wrong driver, too old hardware...) - you need to read more about hashcat's usage - you should rea...
Xanadrel hashcat 5 4,465 08-16-2018, 12:52 AM
    Thread: Need help with mask
Post: RE: Need help with mask

Code: -- echo "i0?i2?i4?i6?i8?iA?iC?iE?" > meh.rule && echo lllllldd | ./permute.exe | sort -u > perms && ./hashcat-cli64.exe --stdout -r meh.rule perms > perms.hcmask -- Then : https://hashcat.ne...
Xanadrel General Help 2 4,488 04-30-2016, 12:59 AM
    Thread: My hashcat is completely broke?
Post: RE: My hashcat is completely broke?

https://hashcat.net/wiki/doku.php?id=ubernoobs
Xanadrel hashcat 3 4,500 09-12-2016, 06:47 PM
    Thread: Sting Value over 54 chars. Not working for me.
Post: RE: Sting Value over 54 chars. Not working for me.

Take some time to read the forum rules, and do some learning about hashes because what you said is ridiculous. FHankFreeman Wrote: (11-12-2015, 07:31 PM) -- Please assist me in creating the correc...
Xanadrel General Help 2 4,587 11-12-2015, 11:04 PM
    Thread: Hash type?
Post: RE: Hash type?

So the algo would be md5(sha1($salt).md5($pass)) and it is not in hashcat.
Xanadrel General Talk 3 4,599 02-27-2017, 11:22 PM