How to "must contain" specific letters - 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 to "must contain" specific letters (/thread-567.html) |
How to "must contain" specific letters - oclbegin - 10-18-2011 Hi (and sorry for my english) I'm a beginner, but I think this question is interesting. How to "must contain" specific letters in the syntax. For an example, I want hashcat searches only with "a" or "e". I use this cmd: cudaHashcat32.exe -m 100 -o found.txt hash.txt -1 ?l?d ?1?1?1?1 ?1?1?1?1?1 But to decrease the time, I don't want it tries "gklpdsmrb" but "galpdemrb" (with "a" and "e" only) I really don't know if that is possible, can you tell me if it is? Thanks. RE: How to "must contain" specific letters - atom - 10-18-2011 yes, it is: cudaHashcat32.exe -m 100 -o found.txt hash.txt -1 ?l?d ?1a?1?1?1 e?1?1?1 RE: How to "must contain" specific letters - oclbegin - 10-18-2011 Thanks for this method, I knew it. I'm sure it will try "talmregrt" but, will it try "edsethatu" ? I mean, the "e" and "a" not in the order you set ? (2nd and 6th position) RE: How to "must contain" specific letters - atom - 10-18-2011 no RE: How to "must contain" specific letters - oclbegin - 10-18-2011 ok, thanks for the confirmation. |