Stop auto incrementing
#10
(09-05-2012, 11:32 AM)Rolf Wrote: Yea, but what if you have 1k+ of masks, each of separate length ?
Max len approach sucks.
Either no default increment(like it was be4) or --no-increment would be the viable solution.

+1, That's exactly the problem. If I want to hit the top 200 masks from a dump, I can't just simply loop through the masks -- I'll end up with a lot of wasted effort. It can be worked around with an extra line in my loop and adding more switches, but I don't think it should be necessary to do so.


Messages In This Thread
Stop auto incrementing - by radix - 09-05-2012, 10:54 AM
RE: Stop auto incrementing - by Rolf - 09-05-2012, 10:57 AM
RE: Stop auto incrementing - by M@LIK - 09-05-2012, 11:02 AM
RE: Stop auto incrementing - by blaz - 09-05-2012, 11:04 AM
RE: Stop auto incrementing - by james123 - 09-05-2012, 11:08 AM
RE: Stop auto incrementing - by epixoip - 09-05-2012, 11:12 AM
RE: Stop auto incrementing - by atom - 09-05-2012, 11:21 AM
RE: Stop auto incrementing - by radix - 09-05-2012, 11:47 AM
RE: Stop auto incrementing - by Rolf - 09-05-2012, 11:32 AM
RE: Stop auto incrementing - by epixoip - 09-05-2012, 01:36 PM
RE: Stop auto incrementing - by atom - 09-05-2012, 02:05 PM
RE: Stop auto incrementing - by Rolf - 09-05-2012, 03:48 PM
RE: Stop auto incrementing - by m4tr1x - 09-05-2012, 06:11 PM