pyrit.executor.workflow.XPIAProcessingCallback

pyrit.executor.workflow.XPIAProcessingCallback#

class XPIAProcessingCallback(*args, **kwargs)[source]#

Bases: Protocol

Protocol for processing callback functions used in XPIA workflows.

Defines the interface for callback functions that execute the processing phase of an XPIA attack. The callback should handle the actual execution of the processing target and return the response as a string.

__init__(*args, **kwargs)#

Methods

__init__(*args, **kwargs)