combining dictionary with digit mutation in hashcat plus - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html) +--- Forum: Very old oclHashcat-plus Support (https://hashcat.net/forum/forum-23.html) +--- Thread: combining dictionary with digit mutation in hashcat plus (/thread-543.html) Pages:
1
2
|
RE: combining dictionary with digit mutation in hashcat plus - Rolf - 10-07-2011 except the preprocessing. RE: combining dictionary with digit mutation in hashcat plus - mastercracker - 10-11-2011 (10-07-2011, 11:59 AM)fast_checkmate Wrote: Thanks Rafe, your solution is good, i'm gonna give it a tryAllright, run this on the maskprocessor (I'm in windows but it's the same for other platforms): mp64.exe $?d > add1num.rule mp64.exe $?d$?d > add2nums.rule mp64.exe $?d$?d$?d > add3nums.rule mp64.exe $?d$?d$?d$?d > add4nums.rule You can use those generated files as rule file individually or combined them together in 1 file to do the whole attack. |