maskprocessor --increment
#8
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.


Messages In This Thread
maskprocessor --increment - by radix - 02-23-2011, 04:47 PM
RE: maskprocessor --increment - by Jardeath - 02-24-2011, 04:38 AM
RE: maskprocessor --increment - by acubens - 02-24-2011, 05:33 PM
RE: maskprocessor --increment - by atom - 02-24-2011, 06:07 PM
RE: maskprocessor --increment - by acubens - 02-24-2011, 06:25 PM
RE: maskprocessor --increment - by atom - 02-25-2011, 12:46 PM
RE: maskprocessor --increment - by acubens - 02-25-2011, 01:29 PM
RE: maskprocessor --increment - by Hash-IT - 11-15-2011, 05:58 PM
RE: maskprocessor --increment - by atom - 11-16-2011, 12:30 PM
RE: maskprocessor --increment - by Hash-IT - 11-16-2011, 02:21 PM
RE: maskprocessor --increment - by Hash-IT - 11-17-2011, 03:46 PM
RE: maskprocessor --increment - by atom - 11-18-2011, 10:21 AM
RE: maskprocessor --increment - by Hash-IT - 11-18-2011, 07:04 PM
RE: maskprocessor --increment - by atom - 05-08-2012, 04:08 PM