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 [desc] Views Posted
    Thread: m13600 error,Self-test hash parsing error: Token encoding exception
Post: RE: m13600 error,Self-test hash parsing error: Tok...

well, that was more like a rhetorical question ! :) we know that it has to do with hexadecimal fields and this recent commit (which in fact isn't wrong, but only brought the problem to light becaus...
philsmd hashcat 4 1,883 10-30-2019, 04:49 PM
    Thread: No hashes loaded.
Post: RE: No hashes loaded.

1. respect the forum rules, do NOT post hashes 2. mention the password (123456789) if you were asked to post a masked hash by the moderator/admin 3. problem is this: https://github.com/hashcat/hashc...
philsmd hashcat 4 2,895 11-03-2019, 01:21 PM
    Thread: No hashes loaded.
Post: RE: No hashes loaded.

yeah also try to not double post across the two platforms (forum vs github): https://github.com/hashcat/hashcat/issues/2211 it's so confusing, where should we answer? what should we do? we would ne...
philsmd hashcat 4 2,895 11-03-2019, 03:06 PM
    Thread: Benchmark Variance
Post: RE: Benchmark Variance

did you actually try to mess around with the command line options and see if you can observe any changes as suggested above? btw: it would also make sense to read the warnings and act accordingly (...
philsmd hashcat 4 1,607 11-13-2019, 01:32 AM
    Thread: Benchmark Variance
Post: RE: Benchmark Variance

For me it has kind of the different effect, -w 4 is even slightly faster than the benchmark with -b , because benchmark doesn't use -w 4 by default. If you want to troubleshoot here are the relevan...
philsmd hashcat 4 1,607 11-12-2019, 09:00 AM
    Thread: Pkzip Format Error
Post: RE: Pkzip Format Error

no, that is not true. example hashes are here: https://hashcat.net/wiki/example_hashes (or use -m 17220 --example-hashes) the current max length is mentioned here: https://github.com/hashcat/hashc...
philsmd hashcat 4 3,554 11-13-2019, 12:30 PM
    Thread: Pkzip Format Error
Post: RE: Pkzip Format Error

~ 3.5 MB is GREATER than 320 KB it is as easy as this. it's not supported What do you mean by "same error". I only told you that the limit is 320 KB (I didn't tell you that about 4 MB are supporte...
philsmd hashcat 4 3,554 11-16-2019, 01:38 PM
    Thread: Benchmark give some results but crash in particular hashes
Post: RE: Benchmark give some results but crash in parti...

did you try to test with the hashcat beta from https://hashcat.net/beta/ ?
philsmd hashcat 4 3,461 11-18-2019, 02:20 PM
    Thread: Almost HALF speeds on 8 V100 GCP
Post: RE: Almost HALF speeds on 8 V100 GCP

it's important to understand what exactly you are comparing with (it's not good and meaningful to compare apples to oranges). How exatly do you get the speed ? do you use -b ? My guess is that you ...
philsmd hashcat 4 1,652 11-22-2019, 07:36 PM
    Thread: Almost HALF speeds on 8 V100 GCP
Post: RE: Almost HALF speeds on 8 V100 GCP

can you post the output of Code: -- hashcat -m 1000 -b -- ? it's also worth testing with the beta version from https://hashcat.net/beta/ or even testing with CUDA (you need to install the CUD...
philsmd hashcat 4 1,652 11-22-2019, 08:09 PM
    Thread: m -15700 2h\s on 1080ti
Post: RE: m -15700 2h\s on 1080ti

it's called the cost factor (N, r, p). different settings/cost implies different speed
philsmd hashcat 4 1,599 11-24-2019, 01:00 PM
    Thread: Hashcat vs Keepass 2 (.kdbx)
Post: RE: Hashcat vs Keepass 2 (.kdbx)

No, the lengths are always the absolute length (they do not substract the fixed or hard-coded part). This would make more sense: Code: -- hashcat64.exe -a 3 -m 13400 --increment --increment-min...
philsmd hashcat 4 1,963 12-01-2019, 01:23 PM
    Thread: How to enter hashcat mask?
Post: RE: How to enter hashcat mask?

001?d?d?d?d?d?d?d all the details are here: - wiki: https://hashcat.net/wiki/doku.php?id=mask_attack - or FAQ: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#why_should_i_use_a_m...
philsmd hashcat 4 1,409 12-11-2019, 06:43 PM
    Thread: Special Character for hashcat rules
Post: RE: Special Character for hashcat rules

Code: -- $_ $0 $1 -- [hr] explanation: to append more than one character, you need to apply more than one rule (https://hashcat.net/wiki/?id=rule_based_attack)
philsmd hashcat 4 1,345 12-13-2019, 06:54 PM
    Thread: Special Character for hashcat rules
Post: RE: Special Character for hashcat rules

yeah, you are completely wrong. there is a whole table of "functions" (https://hashcat.net/wiki/?id=rule_based_attack#implemented_compatible_functions) and $, ^, T, D, O, x etc are not referring to...
philsmd hashcat 4 1,345 12-13-2019, 07:22 PM
    Thread: Performance breack down 70%
Post: RE: Performance breack down 70%

disk speed doesn't matter for -a 3 (except if you are really swapping, that would be performance killer, but you should be able to monitor the disk activity very easily on each and every operating sys...
philsmd Hardware 4 1,791 12-24-2019, 11:46 AM
    Thread: Mask 0123456789
Post: RE: Mask 0123456789

https://hashcat.net/wiki/?id=mask_attack Code: -- hashcat64.exe -m 2500 -a 3 -o www.txt C:\ha\20488_1578425546.hccapx ?d?d?d?d?d?d?d?d --
philsmd hashcat 4 1,383 01-07-2020, 09:59 PM
    Thread: Mask 0123456789
Post: RE: Mask 0123456789

https://hashcat.net/wiki/?id=mask_attack#custom_charsets the general idea will be the same and won't change, if you do not know how to do it, you can simple read the explanation on the wiki page, t...
philsmd hashcat 4 1,383 01-07-2020, 11:05 PM
    Thread: Create PKZIP Master Key
Post: RE: Create PKZIP Master Key

you do not use the output of zip2john at all for -m 20500 or -m 20510. you just use the key that bkcrack will give you if you have succeeded with a known plaintext attack
philsmd hashcat 4 1,849 01-14-2020, 03:51 PM
    Thread: how to do it better ???
Post: RE: how to do it better ???

https://hashcat.net/wiki/?id=timeout_patch
philsmd hashcat 4 1,324 01-29-2020, 08:30 PM