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 [asc] Posted
    Thread: Most efficient way to crack wpa2 hash if you know first char?
Post: RE: Most efficient way to crack wpa2 hash if you k...

first of all, these concepts of "rainbow tables" and "oclhashcat" (from your other post) etc are superseded since several years. not sure how you even come up with these concepts and think this is som...
philsmd hashcat 3 1,941 08-02-2019, 01:15 PM
    Thread: Most efficient way to crack wpa2 hash if you know first char?
Post: RE: Most efficient way to crack wpa2 hash if you k...

in that case your password is probably written on a sticker on your router itself. Just have a look at your router (hardware).
philsmd hashcat 3 1,941 08-02-2019, 04:02 PM
    Thread: Should I be using a rule instead?
Post: RE: Should I be using a rule instead?

Code: -- hashcat -m 0 -a 3 -w 3 --increment --increment-min 6 hash.txt ?l?l?l?l?l?l?d --
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 3 1,925 09-25-2019, 07:43 PM
    Thread: help with hashing wpa2 gtx 1080 hashrate
Post: RE: help with hashing wpa2 gtx 1080 hashrate

well, you didn't even mention what your command line is. Is it a mask attack (-a 3) ? what is your speed with hashcat -m 2500 -b ? Are you sure you added the -w 3 parameter (or even -w 4) ?
philsmd hashcat 2 1,924 10-16-2018, 12:51 PM
    Thread: Some remarks and maybe idea for improvement
Post: RE: Some remarks and maybe idea for improvement

hashcat uses markov by default (it's not random), it's trained with rockyou.txt (update see below). you can use --markov-hcstat2 and hcstat2gen (see https://github.com/hashcat/hashcat-utils/blob/ma...
philsmd hashcat 1 1,919 05-09-2019, 11:48 AM
    Thread: include SHA1 Hash with the results
Post: RE: include SHA1 Hash with the results

you can use --left to show all hashes that are not cracked yet and --show to show all hashes that are already cracked with the corresponding passwords (see: https://hashcat.net/wiki/doku.php?id=freque...
philsmd hashcat 1 1,916 02-27-2018, 06:51 PM
    Thread: how to read wordlist with separator :
Post: RE: how to read wordlist with separator :

Code: -- sed 's/^[^:]*://' user_word.txt > word.txt --
philsmd hashcat 5 1,914 07-23-2019, 01:09 PM
    Thread: how to read wordlist with separator :
Post: RE: how to read wordlist with separator :

if you really need both, you could just replace the : with new lines: Code: -- sed 's/:/\n/' user_word.txt > all.txt -- undeath edit: ok, you win
philsmd hashcat 5 1,914 07-23-2019, 08:07 PM
    Thread: Hashcat beta on ubuntu 18.04
Post: RE: Hashcat beta on ubuntu 18.04

download. extract. enter folder. run (e.g. hashcat -b) you only need to have 7-Zip installed to unpack the .7z file
philsmd hashcat 9 1,902 04-01-2020, 09:00 AM
    Thread: Hashcat beta on ubuntu 18.04
Post: RE: Hashcat beta on ubuntu 18.04

so many problems with what you do 1. do not ever try to replace one hashcat installation with another in the same folder. use different folders (all these "Would you like to replace the existing fi...
philsmd hashcat 9 1,902 04-01-2020, 06:18 PM
    Thread: Hashcat beta on ubuntu 18.04
Post: RE: Hashcat beta on ubuntu 18.04

this has nothing to do with the beta only if you download, extract, enter and run "./hashcat" (with the ./ at the beginning) you are running the beta
philsmd hashcat 9 1,902 04-01-2020, 08:54 PM
    Thread: Hashcat beta on ubuntu 18.04
Post: RE: Hashcat beta on ubuntu 18.04

there is clearly a hashcat binary file in the archive and you execute this executable like this: Code: -- ./hashcat.bin -b --
philsmd hashcat 9 1,902 04-01-2020, 09:26 PM
    Thread: Need help
Post: RE: Need help

md5 ("[email protected]") == 120b8510fd7091bc12f890433f65036f it's against the forum rules to post hashes you could use different types of attacks, -a 3, -a 7 (yeah even -a 1) and of course ...
philsmd hashcat 6 1,891 09-02-2019, 06:55 PM
    Thread: Need help
Post: RE: Need help

I already mentioned one way to improve the speed (with stdin/pipe). Depending on the hash type (-m x), there might be also the possibility to just use a different algorithm, e.g. salted hashes instead...
philsmd hashcat 6 1,891 02-08-2020, 06:03 PM
    Thread: Need help
Post: RE: Need help

well, it's the prefix as I already told you. The speed with -m 20 will be slower of course, because salted. We actually also have a FAQ and some questions like this https://hashcat.net/faq/morework...
philsmd hashcat 6 1,891 02-08-2020, 08:04 PM
    Thread: Error CPU Intel Hashcat 5.1.0.
Post: RE: Error CPU Intel Hashcat 5.1.0.

uninstall pocl, mesa, beignet and install the vendor drivers as recommended on https://hashcat.net/hashcat/ OpenCL Runtime for Intel Core or Xeon processors: https://software.intel.com/en-us/articl...
philsmd hashcat 6 1,890 04-27-2020, 11:28 AM
    Thread: Error CPU Intel Hashcat 5.1.0.
Post: RE: Error CPU Intel Hashcat 5.1.0.

I just tested it (again) just to make sure it would work. ... and as expected, your claim does not hold (for me it works on any ubuntu > 16.04): Code: -- Prerequisites > Missing Prerequisite(s) ---...
philsmd hashcat 6 1,890 04-27-2020, 02:34 PM
    Thread: hybrid attack can't use all gpu power?
Post: RE: hybrid attack can't use all gpu power?

did you try comparing it with a run with the --slow-candidates command line argument ?
philsmd hashcat 5 1,885 08-15-2019, 12:55 PM
    Thread: hybrid attack can't use all gpu power?
Post: RE: hybrid attack can't use all gpu power?

this type of strategy was since kind of forever discussed in the FAQ under the "more work" question: https://hashcat.net/faq/morework
philsmd hashcat 5 1,885 08-16-2019, 01:46 PM
    Thread: m13600 error,Self-test hash parsing error: Token encoding exception
Post: RE: m13600 error,Self-test hash parsing error: Tok...

do you think this is the same problem https://github.com/hashcat/hashcat/issues/2200 ?
philsmd hashcat 4 1,883 10-30-2019, 10:24 AM