incremental:ASCII - how to mask?
#1
Learning how to crack my sample MS 2010 file with simple 6 characters password (two lowercase letters and 4 digits).

While cracking with john 
Code:
$ john --incremental --format=office-opencl johnofficehash
it takes 46 seconds to crack at speed 119771C/s. John manual says that it is "pre-defined incremental modes are "ASCII" (all 95 printable ASCII characters)" Machine is AWS p3 V100 w/ Openwall AMI.

While cracking with 
Code:
hashcat -m 9500 hashcatofficehash  -a 3 -i ?a?a?a?a?a?a?a
it shows 20% faster speed of 142000 compare to john's, but no result after 10 minutes of cracking. Machine is AWS p3 V100 w/ NVIDIA drivers and CUDA.

Am I missing the hashcat masking techique to emulate the john's one?
Reply


Messages In This Thread
incremental:ASCII - how to mask? - by pipss - 01-14-2023, 05:34 AM
RE: incremental:ASCII - how to mask? - by Snoopy - 01-16-2023, 11:50 AM
RE: incremental:ASCII - how to mask? - by pipss - 01-17-2023, 01:05 PM
RE: incremental:ASCII - how to mask? - by pipss - 01-18-2023, 11:33 AM
RE: incremental:ASCII - how to mask? - by Snoopy - 01-19-2023, 06:51 PM
RE: incremental:ASCII - how to mask? - by pipss - 01-20-2023, 04:10 PM
RE: incremental:ASCII - how to mask? - by Snoopy - 01-20-2023, 04:35 PM
RE: incremental:ASCII - how to mask? - by pipss - 01-20-2023, 05:27 PM
RE: incremental:ASCII - how to mask? - by Snoopy - 01-20-2023, 08:21 PM
RE: incremental:ASCII - how to mask? - by pipss - 02-13-2023, 08:56 AM
RE: incremental:ASCII - how to mask? - by pipss - 02-14-2023, 10:26 AM
RE: incremental:ASCII - how to mask? - by Snoopy - 02-14-2023, 05:08 PM