Releases: securisec/chepy
Releases · securisec/chepy
2.6.3
- 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
ℹ️ 2.6.2
ℹ️ added init method in all the modules for individual use
ℹ️ minor update
ℹ️ minor updates to plugins
2.6.1
🔅 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
🔅 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
🔅 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
🔅 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
🔅 2.4.4
🔅 fix bug in load_dir
ℹ️ better help message for cli recipe
ℹ️ optionally ignore padding error in base64
2.4.3
🔅 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
🔅 display comment in cli with #
🔅 get method help from cli with ?
ℹ️ handle exception when required args are not passed in cli