Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
aph3rson opened this issue Jan 10, 2023 · 0 comments
Open

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

aph3rson opened this issue Jan 10, 2023 · 0 comments

Comments

@aph3rson
Copy link

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.)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant