How can I do this please ? - 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: How can I do this please ? (/thread-192.html) |
How can I do this please ? - alto - 11-22-2010 Hello all, I have a nt hash, I know it has 8 *or* 9 characters, and the 2 last characters are digits. How can I specify this in the command line with hascat ? Thank you for help. RE: How can I do this please ? - Rolf - 11-23-2010 Code: OCLhashcat.exe -m 1000 -n 80 -1 ?l?d?s?u NT.hash ?1?1?1?1?1?1 ?1?d?d RE: How can I do this please ? - atom - 11-23-2010 tip: if you know that the first 6 or 7 positions only inlcude lower case letters you can massivly speed up the process by using -1 ?l instead of -1 ?l?d?s?u |