Interface AttackConfiguration
public interface AttackConfiguration
Intruder attack configuration.
-
Method Summary
Modifier and TypeMethodDescriptionHttpServicefor the attack.HTTP request template and insertion point offsets in a form of anHttpRequestTemplateinstance.
-
Method Details
-
httpService
Optional<HttpService> httpService()HttpServicefor the attack.- Returns:
- An
OptionalofHttpServiceinstance derived from this attack configuration orOptional.empty()if the target template contains payload markers.
-
requestTemplate
HttpRequestTemplate requestTemplate()HTTP request template and insertion point offsets in a form of anHttpRequestTemplateinstance.- Returns:
- An instance of
HttpRequestTemplate.
-