--seq-max 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: --seq-max in hashcat plus? (/thread-2565.html) |
--seq-max in hashcat plus? - shm99 - 08-29-2013 is it possible to use a construct to limit the sequential occurrence of a character like the maskprocessor does. eg not the same char 3 times in a row or do I need to create a wordlist with maskprocessor and hashcat it? or how would I feed hascat plus with words from maskprocessor .. so i need JTR? RE: --seq-max in hashcat plus? - atom - 08-29-2013 -q will not be possible inside any hashcat version, it takes to much of a special algorithm. But yes, you can feed oclHashcat-plus (I guess you're talking about oclHashcat-plus not hashcat since you posted in the oclHashcat-plus subsection). It's pretty easy: ./mp64.bin ?d?d | ./oclHashcat-plus64.bin hash RE: --seq-max in hashcat plus? - atom - 08-29-2013 You might want to add --status and --status-timer=1 to see what it's doing |