BurpExtractor
BurpExtractor copied to clipboard
Add support for all Burp tools (e.g. Sequencer)
Other tools exist outside of the types specified by BurpExtractor, such as Sequencer. It would be nice if this extension supported those.
Some options might include one-or-more of the following:
- Repurpose the "All" option in the extension to instead use the
TOOL_SUITEcallback, which Burp interprets as "all tools within Burp Suite." - Enumerate all fields within IBurpExtenderCallbacks (e.g.
Class.getDeclaredFields()), and build the selector off of that tool. This would allow for individualized selection of all current/future tools in Burp Suite.
(Some special handling might be needed for the aforementionedTOOL_SUITEvalue.)