Package burp.api.montoya.intruder
Interface AttackConfiguration
-
public interface AttackConfigurationThis interface is used to represent an Intruder attack configuration.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Optional<HttpService>httpService()This method returns anOptional.empty()if the target template contains payload markers.HttpRequestTemplaterequestTemplate()This method is used to retrieve the HTTP request template and insertion point offsets in a form of anHttpRequestTemplateinstance.
-
-
-
Method Detail
-
httpService
java.util.Optional<HttpService> httpService()
This method returns anOptional.empty()if the target template contains payload markers.- Returns:
- An
OptionalofHttpServiceinstance derived from this attack configuration.
-
requestTemplate
HttpRequestTemplate requestTemplate()
This method is used to retrieve the HTTP request template and insertion point offsets in a form of anHttpRequestTemplateinstance.- Returns:
- An instance of
HttpRequestTemplate.
-
-