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

Update BEWGor.py #3

Closed carlospolop closed 7 years ago

carlospolop commented 7 years ago

The line 1049 uses bad the name of a variable. It currently says "fem_syn_choice = spaceShaver(male_syn_choice) " but you probably want to change it to: "fem_syn_choice = spaceShaver(fem_syn_choice)"

berzerk0 commented 7 years ago

Good catch, thank you!