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 [desc] Posted
    Thread: Looking for the best setup for 500kh/s or 1000kh/s on WPA/WPA2
Post: RE: Looking for the best setup for 500kh/s or 1000...

What budget are we talking about?
undeath Hardware 10 16,722 07-28-2015, 07:15 PM
    Thread: wpa &wpa2
Post: RE: wpa &wpa2

something's wrong with your setup. According to this benchmark (https://gist.github.com/epixoip/1f26f43e9036d9ce0eb8) a single Titan X should archive ~280k/s
undeath Old oclHashcat Support 9 16,755 05-28-2015, 11:08 AM
    Thread: Saving calculated hashes
Post: RE: Saving calculated hashes

you'd have to code that yourself.
undeath General Talk 8 16,790 05-19-2013, 04:36 PM
    Thread: New feature sneakpeak: multirules
Post: RE: New feature sneakpeak: multirules

this is genius! now *-plus can fully replace oclHC and can even do more complex masks (appending AND prepending at the same time!). (without the need to generate custom mask sets all the time and stor...
undeath Very old oclHashcat-plus Support 5 16,800 12-02-2011, 02:19 AM
    Thread: Yet another hash identification problem
Post: RE: Yet another hash identification problem

rurapenthe Wrote: (03-31-2012, 07:16 PM) -- I tried it on 2 sites that crack passwords and both identified it as SHA1. unless its a false-positive. Hashcat usually complains if the hash is incorrect ...
undeath General Help 7 16,804 03-31-2012, 10:14 PM
    Thread: how do i do this?
Post: RE: how do i do this?

cat list1 list2 | sort -u -o output
undeath General Help 14 16,815 01-21-2016, 07:03 PM
    Thread: ATI Mobility Radeon HD 5450
Post: RE: ATI Mobility Radeon HD 5450

Pre-historic hardware is not compatible with oclhashcat.
undeath Old oclHashcat Support 11 16,909 03-30-2016, 12:15 PM
    Thread: ATI Mobility Radeon HD 5450
Post: RE: ATI Mobility Radeon HD 5450

wow, sorry for the bad info. But anyway, running oclhashcat on an old low-end moble gpu will probably cause more issues than it solves.
undeath Old oclHashcat Support 11 16,909 04-03-2016, 01:00 PM
    Thread: Best GPU
Post: RE: Best GPU

Depends on the algorithm you are attacking but overall best is GTX1080Ti.
undeath General Talk 10 16,925 02-02-2018, 07:15 PM
    Thread: Best GPU
Post: RE: Best GPU

laptop GPUs are never worth it
undeath General Talk 10 16,925 05-18-2018, 02:13 PM
    Thread: Help with cracking md5
Post: RE: Help with cracking md5

~> echo -n heygoaway | md5sum 019a7db96d6e91540fe3c5cb05268999
undeath General Help 11 17,004 03-31-2014, 11:34 PM
    Thread: [split] Feature/Algo poll oclHashcat v0.23 (DES support)
Post: [split] Feature/Algo poll oclHashcat v0.23 (DES su...

*shock* DES is no option anymore?
undeath Feature Requests 7 17,092 07-13-2010, 07:10 AM
    Thread: [split] Feature/Algo poll oclHashcat v0.23 (DES support)
Post: RE: Feature/Algo poll oclHashcat v0.23

sad to hear this, as I often see DES used on unix systems (of course not for the root acc xD ). One of the advantages of the DES hash is the support by perl crypt(), whats the reason for being used b...
undeath Feature Requests 7 17,092 07-14-2010, 07:58 AM
    Thread: Reading very large dicts
Post: RE: Reading very large dicts

are you sure? works fine for me.
undeath Very old oclHashcat-plus Support 11 17,237 04-16-2012, 05:51 PM
    Thread: Reading very large dicts
Post: RE: Reading very large dicts

doesn't work for directories of course.
undeath Very old oclHashcat-plus Support 11 17,237 04-16-2012, 10:54 PM
    Thread: Partially known password + md5 hash + trouble cracking
Post: RE: Partially known password + md5 hash + trouble ...

hashcat cpu does not support reading words from stdin. Therefore this must either be saved into a textfile temporarily or be archived by a corresponding ruleset. (hashcat cpu does not support multiple...
undeath General Help 5 17,247 01-28-2012, 04:25 AM
    Thread: Domain Cached Credentials 2
Post: RE: Domain Cached Credentials 2

Windows 7 offlinely stores passwords with NTLM, are you sure it is DCC2? See example hashes here: https://hashcat.net/wiki/doku.php?id=example_hashes
undeath Old oclHashcat Support 5 17,250 04-05-2014, 11:16 AM
    Thread: Cracking a CHAP from Freeradius
Post: RE: Cracking a CHAP from Freeradius

this worked ./hashcat64.bin -m4800 -a3 777f2a3f6a2e661947b520c6777e0b25:45c915d82d67257209048420a31292d3:00 password
undeath hashcat 21 17,277 02-10-2018, 11:30 AM
    Thread: Cracking a CHAP from Freeradius
Post: RE: Cracking a CHAP from Freeradius

hashcat runs on any device supporting opencl, which includes modern CPUs and GPUs. You just need to install the correct opencl runtime for the device. If you want others to help you with cracking y...
undeath hashcat 21 17,277 02-10-2018, 11:20 PM
    Thread: Cracking a CHAP from Freeradius
Post: RE: Cracking a CHAP from Freeradius

Go to https://hashcat.net/wiki/doku.php?id=example_hashes and search for "chap". Should clear up your questions. I also recommend taking a look at the output of hashcat --help
undeath hashcat 21 17,277 02-12-2018, 12:48 AM