Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nopcorn/rr-exfil-curl
https://github.com/nopcorn/rr-exfil-curl
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nopcorn/rr-exfil-curl
- Owner: nopcorn
- Created: 2024-08-28T16:06:08.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-28T18:16:11.000Z (4 months ago)
- Last Synced: 2024-08-29T18:45:15.525Z (4 months ago)
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# "Exfil with Curl" Action for Offensive Security Workflows
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
- `inputs.url` - a fully qualified url to send the `POST` payload to
- `inputs.data` - data to be sent to `inputs.url`, will be base64'ed prior to sending to fix issues with whitespace and newlines