cupp
cupp copied to clipboard
misssing lowercase combination
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
using perl you can quickly and massively modify the generated dictionaries
perl -pe "uc/(.)/s($1)/e" input.txt > output.txt