Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/4thel00z/curl-github-action
- Owner: 4thel00z
- License: gpl-3.0
- Created: 2020-11-19T20:44:37.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-09T16:12:44.000Z (over 3 years ago)
- Last Synced: 2024-11-24T16:51:56.807Z (about 2 months ago)
- Topics: action, actions, github-action, github-actions, usb-rubber-ducky
- Language: Dockerfile
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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.