hashcat Forum

Full Version: Limitations of some functions in the rules ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

Is there a way to:

- Toggle the case of a character > at the 10th position. (I have an error when > T9)

- Inserts a character X > at 10th position. (I have an error when > i9x)

- Overwrite a character > at 10th position. (I have an error when > o9x)

Smile
use A for 10, B for 11, etc
(09-16-2012, 11:33 AM)atom Wrote: [ -> ]use A for 10, B for 11, etc

Thanks a lot atom!!!