06-23-2012, 01:28 PM
(06-23-2012, 01:12 PM)Hash-IT Wrote:(06-23-2012, 12:12 PM)digger Wrote:(06-23-2012, 11:23 AM)atom Wrote: In oclHashcat-plus, you can use -a 6 and -7 (hybrid attack). In hashcat you need a rule. Check the rules/hybrid/ folder of oclHashcat-plus. They will work in hashcat, too.
ok..it's clear, but if i need to execute dic.txt ?d?d or dic.txt ?d?d?d is it possible ways to ajust this rule?
If I understand your question correctly...
You need to make 2 command lines ,one for each ?d?d then ?d?d?d. The append doesn't increment if that's what you mean.
Just out of interest are you using windows ?
yes, i'm using windows.
try to describe in another word
Quote:In oclHashcat-plus, you can use -a 6 and -7 (hybrid attack). In hashcat you need a rule. Check the rules/hybrid/ folder of oclHashcat-plus. They will work in hashcat, too.
hybrid/append_d.rule
$0
$1
$2
$3
$4
$5
$6
$7
$8
$9
this will be add one digit at the end of each pass from the dic.
If i need to add 2 digits ?d?d i must to modify rule:
$0$0
$0$1
$0$2
and etc.
I'm right or there is more easier way to do what i want?