ModifyPayloadHandler handles payload modification actions.
| 37 | |
| 38 | // ModifyPayloadHandler handles payload modification actions. |
| 39 | type ModifyPayloadHandler struct{} |
| 40 | |
| 41 | // Execute performs payload modification using search/replace or regex. |
| 42 | // Supports the following action_config options: |
nothing calls this directly
no outgoing calls
no test coverage detected