Use hashcat command using only lower and upper case letters
#1
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
Reply
#2
hashcat -m xxx -a 3 -1 ?l?u hashfile ?1?1?1?1?1?1?1?1
Reply
#3
(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
Reply
#4
(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

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

https://hashcat.net/wiki/
Reply
#5
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

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

https://hashcat.net/wiki/
Reply
#6
Something like below:
?1?1?1abc?1?1?1
Reply