Mebus / cupp

Common User Passwords Profiler (CUPP)
GNU General Public License v3.0
4.42k stars 1.16k forks source link

misssing lowercase combination #74

Open fedeb95 opened 3 years ago

fedeb95 commented 3 years ago

Hi, I tried the tool with a person whose password I already know. The password in question is nickname + last two digits of year of birth. When I tried the tool it only produced Nickname (first uppercase) + last two digits of year of birth. It would be cool to have a parameter that for every password generated includes its lowercase version

boo6ster commented 2 years ago

using perl you can quickly and massively modify the generated dictionaries

perl -pe "uc/(.)/s($1)/e" input.txt > output.txt