Skip to content

Releases: securisec/chepy

2.8.0

12 Apr 17:56
Compare
Choose a tag to compare

New methods
New plugin

2.6.3

10 Jan 03:46
Compare
Choose a tag to compare
  • decode_bytes method
  • patch cli_pretty to use pprint and disable sort
  • pin pyjwt version
  • sort by numbers first in sort_dict_value
    securisec

2.6.2

22 Aug 16:26
Compare
Choose a tag to compare

ℹ️ 2.6.2
ℹ️ added init method in all the modules for individual use
ℹ️ minor update
ℹ️ minor updates to plugins

2.6.1

20 Jun 00:07
Compare
Choose a tag to compare

🔅 2.6.1
🔅 added tests for 3.8
🔅 new method run_script in core
ℹ️ change copy_state to fallback to current index
🛠️ fix test for coverage

2.6.0

04 May 20:35
Compare
Choose a tag to compare

🔅 2.6.0
🔅 added python-editor to requirements
✅ cli_edit_state to edit state from cli
🧨 renamed shell_output to load_command
📚 some new examples
ℹ️ positional args will now show help for cli if none is passed

2.5.0

17 Apr 18:46
Compare
Choose a tag to compare

🔅 2.5.0
🔅 added python 3.7 to GHA tests
🔅 more performance increase
🧨 moved forensics to plugins
✅ rotate_bruteforce method added
✅ search method added
📚 updated docs
ℹ️ code formatting
ℹ️ fix for setup for windows
ℹ️ fix windows setup

2.4.5

05 Apr 21:11
Compare
Choose a tag to compare

🔅 added binary mode to load_file
🔅 added plugin dependencies to setup extra
🔅 added typing_extensions to dependencies
✅ derive_pbkdf2_key method added
✅ fix_zip_header method added
ℹ️ changed to json loads for loop_dict keys to support cli
ℹ️ fix for callback args in loop_list and loop_dict
ℹ️ more typing annotations in core
ℹ️ updated tests

2.4.4

14 Mar 17:02
Compare
Choose a tag to compare

🔅 2.4.4
🔅 fix bug in load_dir
ℹ️ better help message for cli recipe
ℹ️ optionally ignore padding error in base64

2.4.3

13 Mar 23:28
Compare
Choose a tag to compare

🔅 2.4.3
🔅 added exrex to requirements
✅ base64_char_sets extra method
🧨 moved exif options to plugins
✅ regex_to_str method
🔅 removed prettyprinter and pyexiftool from requirements
ℹ️ additional error handling in cli
ℹ️ character fixes for base64 and handle missing padding
ℹ️ moved to builitin pprint for pretty print
ℹ️ new extra module for characters.

2.4.2

03 Mar 18:30
Compare
Choose a tag to compare

🔅 display comment in cli with #
🔅 get method help from cli with ?
ℹ️ handle exception when required args are not passed in cli