BurpExtractor icon indicating copy to clipboard operation
BurpExtractor copied to clipboard

Add support for all Burp tools (e.g. Sequencer)

Open aph3rson opened this issue 3 years ago • 0 comments

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_SUITE callback, 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 aforementioned TOOL_SUITE value.)

aph3rson avatar Jan 10 '23 02:01 aph3rson