![]() |
Use hashcat command using only lower and upper case letters - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Developer (https://hashcat.net/forum/forum-39.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-40.html) +--- Thread: Use hashcat command using only lower and upper case letters (/thread-11122.html) |
Use hashcat command using only lower and upper case letters - RobbieRich - 11-16-2022 Am looking for the command to use : hashcat command using only lower and upper case letters and say 8 Characters ….. Many thanks and greetings Robbie RE: Use hashcat command using only lower and upper case letters - slyexe - 11-16-2022 hashcat -m xxx -a 3 -1 ?l?u hashfile ?1?1?1?1?1?1?1?1 RE: Use hashcat command using only lower and upper case letters - RobbieRich - 11-17-2022 (11-16-2022, 09:21 PM)slyexe Wrote: hashcat -m xxx -a 3 -1 ?l?u hashfile ?1?1?1?1?1?1?1?1 Thanks for the swift reply ! Does the ?1 do it for upper and lowercase letters ? And ?l?u what does that do ? Sorry am noobie RE: Use hashcat command using only lower and upper case letters - marc1n - 11-17-2022 (11-17-2022, 03:54 PM)RobbieRich Wrote:(11-16-2022, 09:21 PM)slyexe Wrote: hashcat -m xxx -a 3 -1 ?l?u hashfile ?1?1?1?1?1?1?1?1 https://hashcat.net/wiki/ RE: Use hashcat command using only lower and upper case letters - RobbieRich - 11-22-2022 Me again … what if I already know a part of the password , like “abc” somewhere in the middle ? (11-17-2022, 04:17 PM)marc1n Wrote:(11-17-2022, 03:54 PM)RobbieRich Wrote:(11-16-2022, 09:21 PM)slyexe Wrote: hashcat -m xxx -a 3 -1 ?l?u hashfile ?1?1?1?1?1?1?1?1 RE: Use hashcat command using only lower and upper case letters - b8vr - 11-23-2022 Something like below: ?1?1?1abc?1?1?1 |