incremental:ASCII - how to mask?
#9
dont know how johns maskattack is implemented but hashcat uses randomized/shuffled output when using mask attack,

just take a look at hashcat -a3 --stdout ?d?d?d?d, instead of trying plain 0000, 0001, 0002, 0003 and so on, hashcat runs like this 7793, 6793, 1273 ,0273 ,2273 and even when running the same command again the output differs from the first one

so the "right guess" could be anything between first bulk of candidates oder last bulk, the diff between how long it takes to guess the right pass is just pure random
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