auto switching masks
#6
(11-20-2012, 12:01 PM)moaddip Wrote: sorting process to stop after finding the password, with this batch configuration?

Not with the list above no.

It would simply move on to the next command.

You need to specify an output file "Found.txt" and then between each command add this...

IF EXIST "Found.txt" echo WPA key found! && EXIT

(11-20-2012, 12:01 PM)moaddip Wrote: is not convenient to change masks in Bath ..I have a list of masks mask.txt, is it possible to just specify the address to the list (d / .... / mask.txt) 
stop after finding the password, if not found the transition to the following mask from the list. 

I don't think you can do that, someone else may know how.

(11-20-2012, 12:01 PM)moaddip Wrote: also specify the length of passwords, for example, from 8 to 9 digits

You can specify the length by the mask for a quick simple solution,

?1?1?1?1?1?1?1?1?1 = length 9
?1?1?1?1?1?1?1?1?1?1 = length 10

etc..


Messages In This Thread
auto switching masks - by moaddip - 11-19-2012, 11:48 PM
RE: auto switching masks - by atom - 11-20-2012, 10:52 AM
RE: auto switching masks - by moaddip - 11-20-2012, 11:06 AM
RE: auto switching masks - by Hash-IT - 11-20-2012, 11:36 AM
RE: auto switching masks - by moaddip - 11-20-2012, 12:01 PM
RE: auto switching masks - by Hash-IT - 11-20-2012, 01:14 PM
RE: auto switching masks - by moaddip - 11-20-2012, 04:33 PM