Package burp.api.montoya.intruder
Interface AttackConfiguration
public interface AttackConfiguration
Intruder attack configuration.
-
Method Summary
Modifier and TypeMethodDescriptionHttpService
for the attack.HTTP request template and insertion point offsets in a form of anHttpRequestTemplate
instance.
-
Method Details
-
httpService
Optional<HttpService> httpService()HttpService
for the attack.- Returns:
- An
Optional
ofHttpService
instance 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 anHttpRequestTemplate
instance.- Returns:
- An instance of
HttpRequestTemplate
.
-