oracle11g -a6 -a7 increment not work
#6
i'll forgive you since you're a windows user.

read about what a loop is here: https://en.wikipedia.org/wiki/Loop_(computing)#Loops

since you use windows, you'll probably want to use powershell.

read about loops in powershell here: https://social.technet.microsoft.com/wik...en-en.aspx

your loop might look something like this:

Code:
$masks = '?d','?d?d','?d?d?d','?d?d?d?d','?d?d?d?d?d'

$masks | foreach { .\oclHashcat-plus64.exe .\example0.hash -a 6 .\example.dict $_ }


Messages In This Thread
RE: oracle11g -a6 -a7 increment not work - by epixoip - 06-24-2013, 11:37 AM