Skip to content

Releases: securisec/chepy

2.4.1

29 Feb 00:46
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

2.2.3

07 Feb 03:17
Compare
Choose a tag to compare

🔅 2.2.3
✅ new filter_list_by_length method
ℹ️ improve using custom cyberchef urls for chepy in core
ℹ️ bytearrays will now be displayed in cli with unprintable replaced with a dot
ℹ️ updated tests

2.2.2

29 Jan 17:55
Compare
Choose a tag to compare

🔅 load and run a recipe from cli
🔅 moved show length and dict_keys to cli
🔅 new config option cli_info_color
📚 updated docs
ℹ️ colored logging messages in core
ℹ️ command output in cli now has color
🛠️ resolves #11

2.2.1

28 Jan 18:46
Compare
Choose a tag to compare

🔅 Cli will now show different colors for cli and plugin methods
✅ extract_hashes method added
🔅 new config options
📚 updated docs with new
ℹ️ minor updates
ℹ️ submodules updated

2.2.0

23 Jan 19:30
Compare
Choose a tag to compare

🔅 core error message method
🔅 new class/module Links
📚 new docs
🧨 removed python-magic from deps. methods will show error message on import
🔅 version 2.2.0
ℹ️ updated filter_list to accept regex patterns

2.1.4

21 Jan 02:27
Compare
Choose a tag to compare

🛠️ closes #9
ℹ️ fix test due to new local libs
ℹ️ version 2.1.4
ℹ️ some minor bug fixes