kevinwallace / sandstorm-shell

Sandstorm grain with a tiny web interface to /bin/sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a sandstorm[1] grain that contains busybox and a tiny web interface to /bin/sh.

To build:

$ spk keygen secret.key
$ docker build -t sandstorm-shell . && docker run -privileged -v `pwd`/output:/output sandstorm-shell

[1]: http://github.com/kentonv/sandstorm

About

Sandstorm grain with a tiny web interface to /bin/sh

License:MIT License


Languages

Language:Go 61.4%Language:Shell 38.6%