Interface Organizer


public interface Organizer
Provides access to the functionality of the Organizer tool.
  • Method Details

    • sendToOrganizer

      void sendToOrganizer(HttpRequest request)
      This method can be used to send an HTTP request to the Burp Organizer tool.
      Parameters:
      request - The full HTTP request.
    • sendToOrganizer

      void sendToOrganizer(HttpRequestResponse requestResponse)
      This method can be used to send an HTTP request and response to the Burp Organizer tool.
      Parameters:
      requestResponse - The full HTTP request and response.
    • items

      Returns all items in Organizer.
      Returns:
      A list of all OrganizerItem items.
    • items

      Returns Organizer items that match the specified filter.
      Parameters:
      filter - The OrganizerItemFilter used to determine which items to include.
      Returns:
      A list of OrganizerItem items that match the filter.