Interface BurpExtension


  • public interface BurpExtension
    All extensions must implement this interface.

    Implementations must be declared public, and must provide a default (public, no-argument) constructor.

    • Method Detail

      • initialize

        void initialize​(MontoyaApi api)
        This method is invoked when the extension is loaded.
        Parameters:
        api - The api implementation to access the functionality of burp suite.