(08-15-2016, 10:30 PM)richk Wrote: If I'm reading it correctly I think the non-skip is by design. I'm guessing you would use a combinationĀ attack in conjunction with kwprocessor to get the row skipping walks....just guessing though until atom clarifies.
Attention, BeanBagKing and you are referring to something different than what i was having in mind:
1234 ASDF != 1A 2S 3D 4F
("skipping rows between keyboard walks" != "skipping individual letters while walking")
I really meant skipping while doing the walk, e.g. taking every second character while traversing the keyboard. Someone could do a walk like this: 1,3,5,7,9. ... you can't do this by combining two walks using the -a1 attack mode. if there is a way doing so, i will be truly happy to learn about it.
My initial example was more "complex": the underlying walk would be 1QA 2WS 3ED 4RF and the skipping logic i had in mind was "skip every letter that resides on the second line": 1qA 2wS 3eD 4rF => which results to 1A 2S 3D 4F.