From 0cfebb8464e71b6e1ada412e4cc82b1153e7a3a7 Mon Sep 17 00:00:00 2001 From: AnonymousUser Date: Thu, 10 Jun 2021 23:02:51 +0800 Subject: [PATCH] Version: 2.0 Update --- BappDescription.html | 7 ------- BappManifest.bmf | 12 ------------ 2 files changed, 19 deletions(-) delete mode 100644 BappDescription.html delete mode 100644 BappManifest.bmf diff --git a/BappDescription.html b/BappDescription.html deleted file mode 100644 index 7f912cd..0000000 --- a/BappDescription.html +++ /dev/null @@ -1,7 +0,0 @@ -

The plugin can custom regular expression to match HTTP response messages. You can decide for yourself whether the corresponding request that meets the custom regular expression match needs to be highlighted and information extracted.

- -

Note: The use of HaE requires a basic regular expression foundation for testers. Since the Java regular expression library is not as elegant or convenient as Python, when using regular expressions, HaE requires users to use () to extract what they need The expression content contains; for example, if you want to match a response message of a Shiro application, the normal matching rule is rememberMe=delete, if you want to extract this content, you need to become (rememberMe=delete).

- -

Instructions:

-

Load: Extender - Extensions - Add - Select File - Next

-

The configuration file is initialized when HaE is loaded for the first time. The default configuration file has a built-in regular expression: Email. The initialized configuration file will be placed in the same directory as the BurpSuite Jar package.

diff --git a/BappManifest.bmf b/BappManifest.bmf deleted file mode 100644 index e1bcab6..0000000 --- a/BappManifest.bmf +++ /dev/null @@ -1,12 +0,0 @@ -Uuid: a7609ae2055342e9b6ffcf7cbcacf019 -ExtensionType: 1 -Name: Highlighter And Extractor -RepoName: highlighter-and-extractor -ScreenVersion: 1.5.1 -SerialVersion: 5 -MinPlatformVersion: 0 -ProOnly: False -Author: gh0stkey -ShortDescription: Highlighter and Extractor (HaE) is used to highlight HTTP requests and extract information from HTTP response messages. -EntryPoint: build/libs/HaE-all.jar -BuildCommand: gradle fatJar