From 1d1ea70c556b432830deb7ae96d414b7c0e0f547 Mon Sep 17 00:00:00 2001 From: securisec Date: Fri, 5 Apr 2024 00:16:22 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=93=20Apr=205,=202024=2012:16:12?= =?UTF-8?q?=E2=80=AFAM?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🔧 fix tests --- README.md | 3 +-- chepy/chepy_plugins | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 03a8653..c11bdd3 100644 --- a/README.md +++ b/README.md @@ -71,11 +71,10 @@ print( - Chepy can interface with the full Cyberchef web app to a certain degree. It is easy to move from Chepy to Cyberchef if need be. - The Chepy python library is significantly faster than the Cyberchef Node library. - Works with HTTP/S requests without CORS issues. +- `magic` support via the Chepy ML plugin. #### Disadvantages -- Chepy is not a web app (at least for now). - Chepy does not offer every single thing that Cyberchef does -- Chepy does not have the `magic` method (at the moment) ## Installation diff --git a/chepy/chepy_plugins b/chepy/chepy_plugins index 164f631..9301523 160000 --- a/chepy/chepy_plugins +++ b/chepy/chepy_plugins @@ -1 +1 @@ -Subproject commit 164f63115b79f974770b30884181aa764beb2757 +Subproject commit 93015234ec5e9d76cfc3edb57ba1b4a22b3778e3