Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tootallnate/nexec
Execute a remote command over HTTP
https://github.com/tootallnate/nexec
Last synced: 5 days ago
JSON representation
Execute a remote command over HTTP
- Host: GitHub
- URL: https://github.com/tootallnate/nexec
- Owner: TooTallNate
- Created: 2018-06-05T04:11:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-22T22:05:16.000Z (over 4 years ago)
- Last Synced: 2024-12-10T14:04:08.082Z (17 days ago)
- Language: JavaScript
- Homepage: https://nexec.n8.io
- Size: 27.3 KB
- Stars: 10
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# nexec
Execute a command remotely over HTTPS.
## Example
```bash
#!/usr/bin/env import
import "tootallnate/[email protected]"nexec whoami
``````
nobody
```^ How sad 😢