berzerk0 / BEWGor

Bull's Eye Wordlist Generator - Does your password rely on predictable patterns of accessible info?
GNU General Public License v3.0
403 stars 70 forks source link

Little issue in line 1049 #4

Closed carlospolop closed 7 years ago

carlospolop commented 7 years ago

In this line you can find: fem_syn_choice = spaceShaver(male_syn_choice) but you probably want to change it to: fem_syn_choice = spaceShaver(fem_syn_choice) If not, the program will exit with an error when you choose the female gender when the program asks. I have sent you a pull request with this change

berzerk0 commented 7 years ago

Fixed about 2 weeks ago - thanks for catching that!