Posts: 7
Threads: 2
Joined: Nov 2012
hi//
I use a lot of masks (30), and I want to automatically include a search for the following mask if the password was not found ..I use lite and plus hashcat, and would like to auto-switching in both versions.
thanks
Posts: 5,185
Threads: 230
Joined: Apr 2010
Posts: 7
Threads: 2
Joined: Nov 2012
11-20-2012, 11:06 AM
(This post was last modified: 11-20-2012, 11:08 AM by moaddip.)
how it will be done?
place the mask on the batch ?
for example
oclHashcat-lite32.exe hash - i 1 sdfdsw ?1?1?1?1?1?1?1?1?1 ?s?s?s?s?s?s?s?s ?d?d?d?d?d?d
where can I read about the realties?
if you can show the right example, I would be very happy
(thanks )
Posts: 723
Threads: 85
Joined: Apr 2011
I think atom means like this.
oclHashcat-lite32.exe hash - i 1 sdfdsw ?1?1?1?1?1?1?1?1?1
oclHashcat-lite32.exe hash - i 1 sdfdsw ?s?s?s?s?s?s?s?s
oclHashcat-lite32.exe hash - i 1 sdfdsw ?d?d?d?d?d?d
Posts: 7
Threads: 2
Joined: Nov 2012
11-20-2012, 12:01 PM
(This post was last modified: 11-20-2012, 12:15 PM by moaddip.)
sorting process to stop after finding the password, with this batch configuration?
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.Â
also specify the length of passwords, for example, from 8 to 9 digits
Posts: 723
Threads: 85
Joined: Apr 2011
(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..
Posts: 7
Threads: 2
Joined: Nov 2012
Hash-IT
Thanks for your help.
very much like to see the auto-switching masks in next gui