glitchedgitz / cook

A wordlist framework to fullfill your kinks with your wordlists. For security researchers, bug bounty and hackers.
https://twitter.com/glitchedgitz
MIT License
1.03k stars 109 forks source link

Extension suggestion #6

Closed Flangvik closed 3 years ago

Flangvik commented 3 years ago

Tools look great, would be awesome to see a year, month, and season extension set added!

glitchedgitz commented 3 years ago

Thanks @Flangvik, Adding month's list is a great idea. I will add following list in the tool.

months : [January, February, March, April, May, June, July, August, September, October, November, December]
mon : [Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec]

You can print year directly in pattern, This will print 20XX,
In future I am also adding ranges like [2000-2099] to make number input easy.

cook 20:n:n

Seasons list might not be useful for everyone, but you can easily add list for yourself by customzing tool Read here https://github.com/giteshnxtlvl/cook#customizing-tool

This also gives me Idea to add time and dates ranges and patterns in the tool. Thanks :)

Flangvik commented 3 years ago

Awesome @giteshnxtlvl, I have to disagree on the season's list tho. When performing password spraying attacks I very often see Winter2020! Spring2021! etc. Either way great stuff!

glitchedgitz commented 3 years ago

Hi @Flangvik I have added lists in the new update. I have also added 3 new features, you might like to check Int Ranges and Patterns/Functions. Please feel free to share any suggestions to add in patterns.

Flangvik commented 3 years ago

Awesome stuff @giteshnxtlvl, great work and keep it up! :)

glitchedgitz commented 3 years ago

Thanks @Flangvik, I am glad you like them.