hashcat Forum
One or none mask? - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-45.html)
+--- Thread: One or none mask? (/thread-6160.html)



One or none mask? - 4ZM - 12-27-2016

Is there a way to get a mask that finds both: "firstsecond" and "first second"?

And more generally: firstsecond, first-second, first second, first.second etc..


RE: One or none mask? - atom - 12-27-2016

I think you're looking for a rule not a mask. With a rule it's possible, see rules/T0XlC-insert_space_and_special_0_F.rule as an example.


RE: One or none mask? - 4ZM - 12-30-2016

For posterity, here is an example of a some relevant rules:

:
i5,
i5-
i5.
i5 < Note SPC!

echo "firstsecond" > word
./hashcat64.bin -r rule.txt --stdout word