I would also like to be able to --increment maskprocessor, if you would consider it.
I am making password lists and I decided to make some patterns like...
!
!!
!!!
!!!!
!!!!!
!!!!!!
etc
I thought maskprocessor would be the perfect tool for this but haven't been able to work out how to do it in a smart way, ie not typing out multiple commands. --increment would be perfect as I guess I could use the following then...
mp32.exe -1 ! ?1?1?1?1?1?1 --increment -o new_word_list.txt
Considerably neater code than ...
mp32.exe -1 ! ?1 -o new_word_list.txt
mp32.exe -1 ! ?1?1 -o new_word_list.txt
mp32.exe -1 ! ?1?1?1 -o new_word_list.txt
mp32.exe -1 ! ?1?1?1?1 -o new_word_list.txt
mp32.exe -1 ! ?1?1?1?1?1 -o new_word_list.txt
mp32.exe -1 ! ?1?1?1?1?1?1 -o new_word_list.txt
Especially when I intend to change the "!" a lot.
I am making password lists and I decided to make some patterns like...
!
!!
!!!
!!!!
!!!!!
!!!!!!
etc
I thought maskprocessor would be the perfect tool for this but haven't been able to work out how to do it in a smart way, ie not typing out multiple commands. --increment would be perfect as I guess I could use the following then...
mp32.exe -1 ! ?1?1?1?1?1?1 --increment -o new_word_list.txt
Considerably neater code than ...
mp32.exe -1 ! ?1 -o new_word_list.txt
mp32.exe -1 ! ?1?1 -o new_word_list.txt
mp32.exe -1 ! ?1?1?1 -o new_word_list.txt
mp32.exe -1 ! ?1?1?1?1 -o new_word_list.txt
mp32.exe -1 ! ?1?1?1?1?1 -o new_word_list.txt
mp32.exe -1 ! ?1?1?1?1?1?1 -o new_word_list.txt
Especially when I intend to change the "!" a lot.