Need help with mask - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: General Help (https://hashcat.net/forum/forum-8.html) +--- Thread: Need help with mask (/thread-5422.html) |
Need help with mask - martin.po21 - 04-30-2016 Hello I hope I posted this in correct subforum. If I did not, I apologise. I need help with setting upĀ attack for oclhashcat like this: password contains lower alpha and digits 8 characters in length password contains exactly 2 digits placed randomly Is there any way to do it? If so, how? Thank you in advance. I am not very experienced with this and will appreciate your help. EDIT: could this be done using maskprocessor using "-r" ? RE: Need help with mask - Xanadrel - 04-30-2016 Code: echo "i0?i2?i4?i6?i8?iA?iC?iE?" > meh.rule && echo lllllldd | ./permute.exe | sort -u > perms && ./hashcat-cli64.exe --stdout -r meh.rule perms > perms.hcmask Then : https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_mask_files RE: Need help with mask - martin.po21 - 05-01-2016 Thank you Xanadrel |