A reusable Github action intended to be used in red teaming and security assessments of CI/CD pipelines. This action uses the curl
binary to POST
the provided data to a specified endpoint.
Part of the RascalRunner family of Github offensive security tools.
inputs.url
- a fully qualified url to send thePOST
payload toinputs.data
- data to be sent toinputs.url
, will be base64'ed prior to sending to fix issues with whitespace and newlines