Package burp.api.montoya.intruder
Interface PayloadData
public interface PayloadData
Contains information about the payload
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
currentPayload
ByteArray currentPayload()- Returns:
- The value of the payload to be processed.
-
originalPayload
ByteArray originalPayload()- Returns:
- The value of the original payload prior to processing by any already-applied processing rules
-
insertionPoint
IntruderInsertionPoint insertionPoint()- Returns:
- The insertion point data.
-