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 [asc] Forum Replies Views Posted
    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: newbie - how do I open/view the example hash .vc file?
Post: RE: newbie - how do I open/view the example hash ....

https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_do_i_extract_the_hashes_from_veracrypt_volumes
undeath General Talk 3 2,710 02-16-2019, 04:54 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: First Cracking Rig
Post: RE: First Cracking Rig

certainly depends on how many pcie lanes your board/cpu(s) have
undeath Hardware 19 10,139 02-19-2019, 06:06 PM
    Thread: First Cracking Rig
Post: RE: First Cracking Rig

depends on the attacks you run. For wordlist attacks (a0) with no or few rules your bandwidth will limit the cards. With those cards you might even see a bottleneck with slower algorithms such as WPA ...
undeath Hardware 19 10,139 02-19-2019, 06:19 PM
    Thread: First Cracking Rig
Post: RE: First Cracking Rig

That technique reduces the bottleneck when using slower pcie bandwidths but doesn't remove it. There certainly is a tradeoff to be made. But if you do intend to run straight wordlist attacks with no o...
undeath Hardware 19 10,139 02-20-2019, 11:34 AM
    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,013 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: how can i crack hexmd5 hash ?
Post: RE: how can i crack hexmd5 hash ?

Look in what order those messages were received.
undeath General Talk 27 14,953 02-24-2019, 03:50 PM
    Thread: Mildly damaged card still good for hashcat?
Post: RE: Mildly damaged card still good for hashcat?

Defective cards will cause false positives/false negatives or just outright crash, possibly after some time.
undeath Hardware 1 1,494 02-25-2019, 01:15 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: Command error
Post: RE: Command error

yes, itunes backups use a very slow kdf.
undeath hashcat 4 2,207 03-24-2019, 06:30 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