From f4d698e706c46253f013b59472c80542489bdd41 Mon Sep 17 00:00:00 2001 From: Adam Piper Date: Sun, 22 Jan 2017 11:53:02 +0900 Subject: [PATCH] Add BApp metadata files. --- BappDescription.html | 6 ++++++ BappManifest.bmf | 11 +++++++++++ 2 files changed, 17 insertions(+) create mode 100644 BappDescription.html create mode 100644 BappManifest.bmf diff --git a/BappDescription.html b/BappDescription.html new file mode 100644 index 0000000..c95ecc4 --- /dev/null +++ b/BappDescription.html @@ -0,0 +1,6 @@ +

Provides similar but extended functionality of the BurpSuite Macro + feature. The main functionality is that you are able to trigger one or more + requests before every request triggered from Intruder, Repeater, Scanner, + Sequencer or Spider (except from Proxy and Extender). You can extract data + from an arbitrary response of the request and replace or add data to the + following request (replace CSRF token, session, add new header, etc.)

diff --git a/BappManifest.bmf b/BappManifest.bmf new file mode 100644 index 0000000..cbcfad4 --- /dev/null +++ b/BappManifest.bmf @@ -0,0 +1,11 @@ +Uuid: 33839d04fdaa4e3b80292fbed115db13 +ExtensionType: 1 +Name: ExtendedMacro +ScreenVersion: 0.0.3 +SerialVersion: 0 +MinPlatformVersion: 0 +ProOnly: False +Author: Frantisek Uhrecky +ShortDescription: Provides similar but extended functionality of the BurpSuite Macro feature +EntryPoint: dist/extendedmacro.jar +BuildCommand: ./build.sh