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 [asc] Replies Views Posted
    Thread: Combinator attack missing correct candidate on large wordlist
Post: RE: Combinator attack missing correct candidate on...

Can you try cracking your hccapx file with -m 2500 (for testing purposes) ?
philsmd hashcat 10 2,085 03-27-2020, 09:56 AM
    Thread: CPU advantage
Post: RE: CPU advantage

I would say in mostly all of the cases even slow hashes are faster on GPU.\ so the statement about slow hashes being faster on CPU is (in general) completey incorrect. There are only few excepti...
philsmd hashcat 3 818 03-29-2020, 08:54 AM
    Thread: Hashfile 'hash100.txt' on line 1 Token length exception : No Hashes Loaded
Post: RE: Hashfile 'hash100.txt' on line 1 Token length ...

Do not use --force Do not use --show (makes no sense while trying to *crack* hashes) Example hashes can be found here: https://hashcat.net/wiki/example_hashes or use the command: hashcat -m 1000 ...
philsmd hashcat 2 850 03-29-2020, 12:34 PM
    Thread: There is no results for cracking password
Post: RE: There is no results for cracking password

The cracked hashes are stored in the file hashcat.potfile you can use the command: hashcat -m 16800 --show galleria.16800 to show all the cracked hashes and the corresponding passwords The...
philsmd hashcat 5 1,230 03-29-2020, 12:35 PM
    Thread: Password wallet recovery wasabi
Post: RE: Password wallet recovery wasabi

Please do not misquote me, I got a PM from you and I replied by saying that hashcat doesn't currently support Wasabi Wallet recovery. I'm not sure about the algorithm details, I/somebody would need to...
philsmd hashcat 16 3,272 03-29-2020, 12:50 PM
    Thread: Password wallet recovery wasabi
Post: RE: Password wallet recovery wasabi

Every serious attempt to crack a hash should be accompanied with testing a real-world example. That means in very easy terms: please first verify if you are able to crack an example for which you h...
philsmd hashcat 16 3,272 03-29-2020, 01:19 PM
    Thread: resume hashcat from known progress
Post: RE: resume hashcat from known progress

It's not safe in general to restore from some arbitrary progress value. If you know the restore file that would be much safer: Code: -- Restore.Point....: x/y -- You can use the x value wit...
philsmd hashcat 1 559 03-29-2020, 09:49 PM
    Thread: Is This Make A Problem for Cracking?
Post: RE: Is This Make A Problem for Cracking?

It's not a problem (unless you use --force to hide some other "Warnings/errors"). The reason is just that in one case (left) you have a single network/essid and on the other hand (right) you have s...
philsmd hashcat 2 681 03-30-2020, 07:38 PM
    Thread: Password wallet recovery wasabi
Post: RE: Password wallet recovery wasabi

unfortunately, I am not interested in trying to crack your wallet/hash. If you really have don't want to investigate the time to test with the tool above or research the algorithm and create a github ...
philsmd hashcat 16 3,272 03-29-2020, 01:35 PM
    Thread: Struggling with hashcat iTunes
Post: RE: Struggling with hashcat iTunes

if you only have an Intel CPU (no GPU), you should install the OpenCL Runtime for Intel CPUs from https://software.intel.com/en-us/articles/opencl-drivers#cpu-section (https://registrationcenter-downlo...
philsmd hashcat 1 571 03-29-2020, 08:28 PM
    Thread: question about hccapx
Post: RE: question about hccapx

--potfile-disable hashcat won't keep cracking the same hash/network again and again and again if it already was cracked. The hashcat.potfile will contain the "list" of cracked hashes
philsmd hashcat 1 528 03-31-2020, 06:45 PM
    Thread: What problems can i have if i use --force mode?
Post: RE: What problems can i have if i use --force mode...

install the correct driver for your hardware, see https://hashcat.net/hashcat driver from nvidia.com for your NVidia GPU driver from the ROCm page for your AMD GPU on linux driver from the amd.co...
philsmd hashcat 3 927 04-01-2020, 08:57 AM
    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

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: 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 help with email combining to password.
Post: RE: Hashcat help with email combining to password.

short answer: --show should never be used while you are cracking (it's used afterwards, when already cracked) see: https://hashcat.net/faq#how_can_i_show_previously_cracked_passwords_and_output_the...
philsmd hashcat 3 971 04-02-2020, 12:17 PM
    Thread: rules attack
Post: RE: rules attack

Try to use --stdout to see what the single rules do (hashcat --stdout -a 0 -r test.rule dict.txt) also see: https://hashcat.net/wiki/doku.php?id=rule_based_attack for instance the rule "t" (lo...
philsmd hashcat 7 1,545 04-02-2020, 05:43 PM
    Thread: Password wallet recovery wasabi
Post: RE: Password wallet recovery wasabi

I had a quick glance at that tool from github (nopara73 etc) and did develop a quick perl POC: Code: -- #!/usr/bin/env perl # Author: philsmd # Date: April 2020 # License: public domain, cred...
philsmd hashcat 16 3,272 04-02-2020, 05:56 PM
    Thread: rules attack
Post: RE: rules attack

it's not allowed to post hashes here, read the forum rules. You didn't even mention the password and therefore nobody can verify what you are claiming is correct about these "rules". Without the e...
philsmd hashcat 7 1,545 04-03-2020, 02:33 AM