Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/4thel00z/curl-github-action

This is WIP
https://github.com/4thel00z/curl-github-action

action actions github-action github-actions usb-rubber-ducky

Last synced: about 2 months ago
JSON representation

This is WIP

Awesome Lists containing this project

README

        

# usb-rubber-ducky Github action

🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆

Compiles usb-rubber-ducky scripts with given property file and exports the bin
as an artifact.

🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆

## Usage

```
on: push
jobs:
curl:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: usb-rubber-ducky
uses: 4thel00z/usb-rubber-ducky-github-action@master
with:
args: -- -i /github/workspace/ -o dist/payload.bin -l de
path: |
dist
```

```
on: push
jobs:
curl:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: usb-rubber-ducky
uses: 4thel00z/usb-rubber-ducky-github-action@master
with:
args: -- -i /github/workspace/ -o dist/payload.bin -l de
path: |
dist
```
## Run locally

```
just run -v $PWD/scripts:/scripts -- -i /scripts/ -o payload.bin -l de
```

## Maintainer
[4thel00z](https://github.com/4thel00z)

## License

This project is licensed under the GPL-3 license.