Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 😢