Skip to content

Releases: securisec/chepy

2.5.0

17 Apr 18:46

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

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

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

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

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

2.4.1

29 Feb 00:46

Choose a tag to compare

✅ extract_base64 method added
✅ loop method added
✅ raw_deflate method added
✅ raw_inflate method added
🔅 version 2.4.1

2.4.0

28 Feb 20:12

Choose a tag to compare

🔅 added prettyprinter to deps
🔅 new tests
✅ pretty method added
🧨 removed requests deps to extras.
🔅 removed requests from deps
✅ set_plugin_path method added
✅ sort_dict_key method added
✅ sort_dict_value method added
🧨 sort_list method renamed
🔅 version 2.4.0
ℹ️ added extras in setup.py
ℹ️ some refactors
ℹ️ updated travis and gha

2.3.2

26 Feb 23:07

Choose a tag to compare

🔅 cli_highlight option for cli
🧨 rename get_every_n to select_every_n
🔅 version 2.3.2
✅ yellow_background internal function
ℹ️ allow a number as a filename
ℹ️ cast http request headers to dict
ℹ️ fix bug in cli_get_state to use index

2.3.1

26 Feb 15:18

Choose a tag to compare

✅ from_from_url method added
🔅 version 2.3.1
ℹ️ disabled tests for git plugin because docker fails
ℹ️ switched from read_file to load_file

2.3.0

26 Feb 00:21

Choose a tag to compare

🔅 config for plugin colors
✅ extract_auth_basic method added
✅ extract_auth_bearer method added
✅ extract_aws_keyid method added
✅ extract_aws_s3_url method added
✅ extract_dsa_private method added
✅ extract_facebook_access_token method added
✅ extract_github method added
✅ extract_google_api method added
✅ extract_google_captcha method added
✅ extract_google_oauth method added
✅ extract_jwt_token method added
✅ extract_mailgun_api method added
✅ extract_paypal_bt method added
✅ extract_rsa_private method added
✅ extract_square_access method added
✅ extract_square_oauth method added
✅ extract_stripe_api method added
✅ extract_twilio_api method added
✅ extract_twilio_sid method added
🧨 js_comments renamed to javascript_comments
🔅 new plugins for chepy_plugins
🔅 new tests file
🔅 show if plugins are enabled in prompt
🔅 version 2.3.0
ℹ️ fix plugin requirement
ℹ️ new tests
ℹ️ python prompt toolkit version locked in requirements
ℹ️ updated Dockerfile
ℹ️ updated plugins
ℹ️ updated requirements for plugins