GoToolSharing / passfinder

Generate password wordlists with customizable options for security testing !
https://github.com/GoToolSharing/passfinder
GNU General Public License v3.0
6 stars 2 forks source link

Adding --city flag #20

Open StopThatTalace opened 2 weeks ago

StopThatTalace commented 2 weeks ago

Hey ! Here's my PR for issue #6 Description

Adding a feature to city's name to each password of our wordlist. This is responding to the issue https://github.com/GoToolSharing/passfinder/issues/6

Fixes # (issue) Type of change

[+] New feature
[+] This change requires a documentation update

How Has This Been Tested?

Locally, with no version/dependencies update at all.

[+] Test A : Only with --city flag
cmd : passfinder company -n passfinder --city Paris

output :


passfinder
passfinderParis

Checklist:

[+] My code follows the style guidelines of this project
[+] I have performed a self-review of my code
[+] I have commented my code, particularly in hard-to-understand areas
[+] My changes generate no new warnings

Hope this help !