Pre-computed hashes are meant for computing all keyspace (aka pre-computed bruteforce). Since you only want to use a set of passwords, what you a really doing is a dictionary attack. Just make a dictionary file with the passwords and roll.


-Maestr0