03-30-2015, 11:24 AM
You can not do this with a hybrid attack. But you can do it with stacked rules:
./oclHashcat -a 0 hash.txt -r rules/hybrid/prepend_d.rule -r rules/hybrid/append_d.rule
this would by like:
?dDICTIONARY?d
You can add more -r but maybe not 4x prepend and 4x append because this produces 100,000,000 rules. There is not unlimited space for rules. Usually up to 1 million, depending on your GPU.
./oclHashcat -a 0 hash.txt -r rules/hybrid/prepend_d.rule -r rules/hybrid/append_d.rule
this would by like:
?dDICTIONARY?d
You can add more -r but maybe not 4x prepend and 4x append because this produces 100,000,000 rules. There is not unlimited space for rules. Usually up to 1 million, depending on your GPU.