Basically, you forgot the password (for something, e.g. keystore) and need to generate a list of possible passwords to restrict the brute force possibilities.
For example you think it could be password, android or welcome, but could also be P@ssw0rd, aNdRoId! or Welcome1!.
Just modify the base_words (line 4) and suffixes (line 5) and run the script (you need node). It will output each possibility to the console. Or pipe it to a file.
./word_generator > words.txt