How to combine white space characters with masks
#1
I am performing an attack that requires thousands of masks, resulting in tens of trillions of passwords and that is al fine.
But now I need to check for white space characters (space, return) in combination with those masks, and I do not know how to do so.
Previously create a rule set to prepend and append white space characters:
https://hashcat.net/forum/thread-9951.ht...+character
but hashcat does not allow combining masks and rules.

So my question is, is there a (best) way to incorporate these characters in my masks? As further restriction, I am already using all 4 custom character slots and am nearing the computation limits. Storing all passwords and making it a password attack probably does not fit on my hard disk, so that is also a poor solution for me. I prefer not add these characters to one of my 4 custom character sets, and preferably I do not use "?s" since it does not contain net line characters and contains other characters that would slow down the attack. So many restrictions to take into account
Any hints are appreciated.
Reply


Messages In This Thread
How to combine white space characters with masks - by monyanus - 11-01-2021, 10:45 PM