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: ./OpenCl/ No such file or directory
Post: RE: ./OpenCl/ No such file or directory

did you extract all the files from the archive?
undeath hashcat 4 3,164 02-13-2019, 11:09 PM
    Thread: ./OpenCl/ No such file or directory
Post: RE: ./OpenCl/ No such file or directory

Just checked, 5.1.0 does have that folder, too. If your GPU is not detected something with your driver is wrong.
undeath hashcat 4 3,164 02-13-2019, 11:44 PM
    Thread: Hashcat Can't Find Password Even though its in the Dictionary
Post: RE: Hashcat Can't Find Password Even though its in...

^M is just how vim displays carriage return characters. In a replace you'd have to specify \r. You could also have fixed it with tr -d '\r'
undeath hashcat 16 6,932 02-14-2019, 12:44 AM
    Thread: Crackpos incorrect
Post: RE: Crackpos incorrect

since the axes' labels are missing it's hard to tell what that chart is about at all. What is wrong with the red/green curves? Is this about the smallest crackpos being reported? If so, "number of gue...
undeath hashcat 12 5,625 02-15-2019, 08:00 PM
    Thread: Crackpos incorrect
Post: RE: Crackpos incorrect

You are confusing crackpos with the number of guesses made. There are no guarantees that a lower crackpos means it's tried earlier, or analogously that a higher crackpos means some candidate is tried ...
undeath hashcat 12 5,625 02-15-2019, 09:24 PM
    Thread: Crackpos incorrect
Post: RE: Crackpos incorrect

speed should be almost constant over time, you would usually end up with pretty much a straight line if you tried to plot the guesses made.
undeath hashcat 12 5,625 02-15-2019, 09:35 PM
    Thread: Crackpos incorrect
Post: RE: Crackpos incorrect

you could externally monitor the outfile and track the amount of hashes cracked over time.
undeath hashcat 12 5,625 02-16-2019, 12:10 PM
    Thread: Compile and debugger HashCat for windows
Post: RE: Compile and debugger HashCat for windows

hashcat is known to compile with gcc and llvm. You can then attach a debugger such as gdb.
undeath hashcat 4 2,404 02-16-2019, 07:22 PM
    Thread: rx 480 amd drivers 19.2.2
Post: RE: rx 480 amd drivers 19.2.2

hashcat is usually more demanding than gaming and, depending on what you mine, also mining.
undeath hashcat 7 3,363 02-20-2019, 03:25 PM
    Thread: multiple users - custom session file location?
Post: RE: multiple users - custom session file location?

@philsmd: I think the main problem here is hashcat writing the restore files to the directory of the executable, which the users do not have permission to, since that is managed by the system administ...
undeath hashcat 6 3,015 02-21-2019, 06:46 PM
    Thread: Restore hashcat with no session saved
Post: RE: Restore hashcat with no session saved

running "hashcat --restore" should do the trick. But why are you using crunch to generate such stupid dicts? Use a mask attack.
undeath hashcat 5 2,410 02-24-2019, 02:05 PM
    Thread: Strange behavior when using two GPUs
Post: RE: Strange behavior when using two GPUs

your cooling is probably insufficient
undeath hashcat 7 3,287 03-03-2019, 03:50 PM
    Thread: Strange behavior when using two GPUs
Post: RE: Strange behavior when using two GPUs

Thank you for reporting back! The problem with those kind of gpu coolers is that they only whirl the air around, but don't actually remove the hot air, as opposed to blower fan coolers. A closed case ...
undeath hashcat 7 3,287 03-05-2019, 05:04 PM
    Thread: Password combination question
Post: RE: Password combination question

There is not "a rule" to do that. That would require many different rules. One rule changes a single word to a single other word. left/right rule in combinator mode do only support single rules.
undeath hashcat 2 1,822 03-05-2019, 05:06 PM
    Thread: HEX pssword list
Post: RE: HEX pssword list

Code: -- hashcat -h | grep hex --hex-charset | | Assume charset is given in hex | --hex-salt | | Assume salt is given in hex ...
undeath hashcat 1 1,608 03-05-2019, 05:07 PM
    Thread: m 3800 with different starting and ending salts - how?
Post: RE: m 3800 with different starting and ending salt...

mode 3800 only supports a single salt. You need to use mode 20 and create your attack in such a way that the email (second salt) is always appended to the actual candidate.
undeath hashcat 2 1,767 03-05-2019, 05:10 PM
    Thread: SOLVED. Install help needed for Pi The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) Linux
Post: RE: Install help needed for Pi The-Distribution-Wh...

internal compiler error: Segmentation fault something with your gcc is broken
undeath hashcat 1 1,334 03-10-2019, 03:54 PM
    Thread: VeraCrypt with PIM/keyfile seems to be ignored
Post: RE: VeraCrypt with PIM/keyfile seems to be ignored

@NoReply: it doesn't matter where options are, only the order of non-option arguments.
undeath hashcat 13 5,712 03-11-2019, 12:39 AM
    Thread: VeraCrypt with PIM/keyfile seems to be ignored
Post: RE: VeraCrypt with PIM/keyfile seems to be ignored

Can confirm that the example hash with pim doesn't work for me (latest git master). Code: -- hashcat -m 13761 hashcat_sha256_aes_boot_pim500.vc --veracrypt-pim 500 -a3 hashca?l Status...........: Ex...
undeath hashcat 13 5,712 03-13-2019, 01:04 PM
    Thread: VeraCrypt with PIM/keyfile seems to be ignored
Post: RE: VeraCrypt with PIM/keyfile seems to be ignored

I was accidentally running 5.1.0, which was unable to crack the example hash file. After updating to master everything works.
undeath hashcat 13 5,712 03-14-2019, 11:16 AM