Write a script that tries password "aaaaaaaa," then "aaaaaaab," and so on. If you allow letters (upper and lower), numbers, and the most commonly allowed symbols, you're looking at about 80 possible characters. If you only consider passwords of length 8, then your entire search is only 80 * 8, or 640 possible passwords. Trying 640 passwords shouldn't take more than a few hours.