Package burp
Interface IIntruderAttack
-
public interface IIntruderAttackThis interface is used to hold details about an Intruder attack.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IHttpServicegetHttpService()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.
-
-