BEWGor icon indicating copy to clipboard operation
BEWGor copied to clipboard

Bull's Eye Wordlist Generator - Does your password rely on predictable patterns of accessible info?

Results 6 BEWGor issues
Sort by recently updated
recently updated
newest added

## BEWGor makes a ton of lines, maybe too many. It is such a stark contrast to the Probable-Wordlists that the dictionaries created by BEWGor have so many lines that...

enhancement
help wanted

Hello, I have split the [BEWGor.py](https://github.com/berzerk0/BEWGor/blob/master/BEWGor.py) script and I made a project to make more maintainable. This project was published in pypi with the name [bewgor](https://pypi.org/project/bewgor/0.0.27/) . Also I have...

from: can't read /var/mail/datetime from: can't read /var/mail/math ./BEWGor.py: line 149: syntax error near unexpected token `(' ./BEWGor.py: line 149: `four_digs_reg = re.compile("^[0-9]{4}$") #exactly 4 digits, no spaces' What is...

It would be great if it would generate passwords with months names, like april or march, but in russian using transliteration. All names for month: January = Yanvar February =...

Removing range(len()) functions will speed up code. The line is shorter and more readable. Iterating the list items directly is faster and more "pythonic".