From 1bf2b461baa98be037aeb55681cd8bb7133f720f Mon Sep 17 00:00:00 2001 From: EvilChen <24655118+gh0stkey@users.noreply.github.com> Date: Wed, 12 Mar 2025 18:29:56 +0800 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index b0e217e..d1470c6 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,7 @@ GitCode project address: https://gitcode.com/gh0stkey/HaE **Notes and Precautions**: 1. Starting with HaE version 3.0, development is done using the `Montoya API`. To use the new version of HaE, you need to upgrade your BurpSuite version (>=2023.12.1). -2. After HaE version 2.6, the rule fields have been updated, so they are not compatible with rules from versions <=2.6. Users should visit the [Rule Conversion Page](https://gh0st.cn/HaE/ConversionRule.html) to convert their rules. -3. Custom HaE rules must enclose the expressions to be extracted within parentheses `()`. For example, if you want to match a response message from a **Shiro application**, the normal matching rule would be `rememberMe=delete`, but in HaE's rule format, it needs to be written as `(rememberMe=delete)`. +2. Custom HaE rules must enclose the expressions to be extracted within parentheses `()`. For example, if you want to match a response message from a **Shiro application**, the normal matching rule would be `rememberMe=delete`, but in HaE's rule format, it needs to be written as `(rememberMe=delete)`. ### Rule Definitions