Interface PayloadGeneratorProvider

    • Method Detail

      • displayName

        java.lang.String displayName()
        This method returns the name Burp will use when displaying the payload generator in a dropdown list in the UI.
        Returns:
        Name of the payload generator.
      • providePayloadGenerator

        PayloadGenerator providePayloadGenerator​(AttackConfiguration attackConfiguration)
        This method is called by Burp to obtain an instance of PayloadGenerator to add to Intruder.
        Parameters:
        attackConfiguration - An object containing information about the currently selected attack configuration tab.
        Returns:
        An instance of an object that implements the PayloadGenerator interface.