
ExtendedMacro - BurpSuite plugin providing extended macro functionality
ExtendedMacro is plug-in for BurpSuite proxy. It provides similar but extended functionality of BurpSuite Macro feature. The main functionality is, that you are able to trigger one or more request before every request triggered from Intruder, Repeater, Scanner, Sequencer or Spider (except tools Proxy and Extender). You can extract data from arbitrary response of the request and replace or add data to the following request (replace CSRF token, session, add new header ...).
It is still in development, so please don't be angry if something getting wrong, rather let me know to fix it ;).
The plug-in adds new tab into the BurpSuite named "ExtendedMacro". It contains several tabs: "Main", "Logger" and "Settings".
In the main window you are able to configure all the magic. The left part of the view is the "Extraction message list" and the right part is the "Replace message list".
Here you can set up what requests will be triggered and what data will be extracted from their responses. After selecting the message, you can set the extraction by the selection of the response.
Here you can set up what data from extraction will be added/replaced in the following requests. The replace string can be set by the selection of the request.
Logs all messaged what were modified or triggered by ExtendedMacro.
He you can specifies what tool will use the ExtendedMacro plug-in.
Main

Logger

Settings

Video https://www.youtube.com/watch?v=IwKa0F7MmTM
Feel free to create pull request or issues.
Thank you very much and enjoy :).