I think I found a small bug
#2
This is a known behavior and I'm not sure if it was decided if it was a bug or not. The reason is because the rule engine that runs on the GPU (-r) takes place AFTER the candidates are loaded. But the automatic rejection for the candidates happens host side BEFORE they make it to the GPU. This is the optimal order for performance but leads to some specific issues like the one you are having. The solution to this in your specific case would probably be to change to a full mask or mask file instead of using rules/wordlists. This would solve the issue as well as being faster overall than rules/wordlists would have been regardless. I will need to do some digging and reevaluate whether there is a fast way to fix this without a complete restructure of how the candidates are loaded and without doing the rejections on the GPU.
Reply


Messages In This Thread
I think I found a small bug - by Tyson0317 - 02-01-2021, 06:34 AM
RE: I think I found a small bug - by Chick3nman - 02-01-2021, 06:52 AM
RE: I think I found a small bug - by vicious1 - 02-01-2021, 06:54 AM
RE: I think I found a small bug - by Tyson0317 - 02-01-2021, 09:44 AM
RE: I think I found a small bug - by philsmd - 02-01-2021, 11:33 AM
RE: I think I found a small bug - by Tyson0317 - 02-01-2021, 07:01 PM