Skip to content

Releases: glitchedgitz/cook

v2.2.1

08 Apr 21:26
acdcac4
Compare
Choose a tag to compare

URL parsing fixed

v2.2.0

07 Apr 14:56
3748721
Compare
Choose a tag to compare

New

  • Preview generating pattern using -peek 50
  • Code refactored: Use as library in other tools to search wordlists, mainly for Grroxy
  • In ranges now you can use 00000-10000 for padding zero
  • Updated cook-ingredients

Breaking Change

  • Cook config folder moved to $HOME/.config

v2.1.4

23 Dec 19:05
Compare
Choose a tag to compare
  • Fixed Add and Delete
  • Fixed Global Method
  • Updated Readme

v2.1.3

18 Oct 16:23
8f8b958
Compare
Choose a tag to compare

Username changed🙄

Release v2.1.2

03 Feb 03:47
55d2e8d
Compare
Choose a tag to compare

Another update for golang versioning...
This should be last one....

Release v2.1.1

03 Feb 03:22
Compare
Choose a tag to compare

Another unnecessary update because of golang

Release v2.1.0

01 Feb 14:50
Compare
Choose a tag to compare

• Added repeat operator
• Functions now uses square brackets to support bash and zsh.
• Some fixes
• Updated docs

v2.0.1

30 Jan 06:08
Compare
Choose a tag to compare

Just an unnecessary update for golang 1.17

Release v2.0.0

24 Jul 07:43
652a940
Compare
Choose a tag to compare

banner (3) (1)

Hello Everyone,

Cook Version 2.0 is here and It is more powerful than ever, you can install using the below instruction. There are lots of new features added and changed made from v1. Make sure you read the changes before trying this version.

🎁New Features

  • Introducing methods - Methods are a powerful way to play with your wordlist and apply different operations to them.
  • URL Source - Now you can save wordlist with URL
  • Removed cook.yaml, now there is a folder cook-ingredients
  • 5500+ wordlist sets added.

Version 2 and 1 [Breaking Changes]

Version 1.6 and Version 2 have significant breaking changes to improve the usability of the tool.

  • Previously columns were separated with a colon. Now they are separated by space
  • Single cook.yaml file removed. Now there is a folder.
  • URL support for yaml file and added sources with over 5500 wordlist sets.
  • File regex removed, now use .regex[] method for regex
  • Taking file input needs a colon after param
  • -case flag removed, now you can use upper, lower, and title
  • Added Methods
  • Removed charset and extensions, now they are in the list
  • Simplified ranges

This discussion was created from the release Version 2.0 [Beta testing] [Breaking changes].