burp
Interface IIntruderAttack


public interface IIntruderAttack

This interface is used to hold details about an Intruder attack.


Method Summary
 IHttpService getHttpService()
          This method is used to retrieve the HTTP service for the attack.
 byte[] getRequestTemplate()
          This method is used to retrieve the request template for the attack.
 

Method Detail

getHttpService

IHttpService getHttpService()
This method is used to retrieve the HTTP service for the attack.

Returns:
The HTTP service for the attack.

getRequestTemplate

byte[] getRequestTemplate()
This method is used to retrieve the request template for the attack.

Returns:
The request template for the attack.