06-24-2013, 11:37 AM
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:
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 $_ }