Charset oclHashcat-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: Charset oclHashcat-plus (/thread-2874.html) |
Charset oclHashcat-plus - jarafath - 11-28-2013 Custom charset in brute-force attack not working. oclhashcat-plus64.exe -m 2500 -a3 -1 956642 capture.hccap ?d?d?d?d?d?d?d?d pause It always computing 10X10X10X10X10X10X10X10X10X10 combination but i have given the custom charset 956642 Need exact Command line to use custom charset in OclHashcat-Plus using brute-force method. Thanks RE: Charset oclHashcat-plus - mastercracker - 11-28-2013 You have setup your custom charset 1 but don't use it after. You have to replace the ?d by ?1 and there is no need to put the 6 twice: oclhashcat-plus64.exe -m 2500 -a3 -1 95642 capture.hccap ?1?1?1?1?1?1?1?1 pause |