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 --numbers flag #11

Closed StopThatTalace closed 2 weeks ago

StopThatTalace commented 2 weeks ago

Hello ! Here's my PR for issue #5

Description

Adding a feature to add random numbers to our wordlist. This is responding to the issue #5

Fixes # (issue)

Type of change

How Has This Been Tested?

Locally, with no version/dependencies update at all.

output :

passfinder
passfinder31
[...]
passfinder87

Checklist:

Hope this help !

QU35T-code commented 2 weeks ago

Hey @StopThatTalace,

Thanks for this PR, will review a bit later. Can you add basic tests in the company_test.go file ?

Also I changed the base branch to dev.

QU35T-code commented 2 weeks ago

Thanks @StopThatTalace !

Merge now