what is wrong with these rules and attack? - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html) +--- Forum: Very old oclHashcat Support (https://hashcat.net/forum/forum-21.html) +--- Thread: what is wrong with these rules and attack? (/thread-79.html) |
what is wrong with these rules and attack? - davidonpda - 07-06-2010 oclHashcat.exe example.hash -o output.txt names.dict names.dict --rule-left="$a$n$d" --rule-right="$4$e$v$e$r" I hash some names to test, bobandmarie4ever and some others... and I get nothing. oclHashcat.exe example.hash -o output.txt names.dict names.dict --rule-left="$+" --rule-right="$4$e$v$e$r" That finds bob+marie4ever just fine. Am I being retarded? oclHashcat.exe example.hash -o output.txt names.dict names.dict --rule-left="c$+" --rule-right="c$4$e$v$e$r" There, I try and cap the first letter of each name, but it doesn't, it finds bob+marie4ever again but not Bob+Marie4ever Any ideas? RE: what is wrong with these rules and attack? - atom - 07-07-2010 davidonpda Wrote:oclHashcat.exe example.hash -o output.txt names.dict names.dict --rule-left="$a$n$d" --rule-right="$4$e$v$e$r" pw "bobandmarie4ever" is to long. max 15 chars. davidonpda Wrote:oclHashcat.exe example.hash -o output.txt names.dict names.dict --rule-left="$+" --rule-right="$4$e$v$e$r" works fine for me, too davidonpda Wrote:oclHashcat.exe example.hash -o output.txt names.dict names.dict --rule-left="c$+" --rule-right="c$4$e$v$e$r" capitalization also works fine for me. please verify the hash 898872a28e7155038f0235ec8ccf1926 is inside your example.hash. |