Hacker News new | ask | show | jobs
by zoobab 2083 days ago
Kapow is great to transform shell scripts in web apps:

https://github.com/BBVA/kapow

3 comments

In a similar vain I've used https://github.com/shellinabox/shellinabox (present in the standard Debian repo) to give easy access to a few commands to relevant people at work who don't like my preferred method for such temporary/intermittent needs (a collection of ssh/sudo/similar based wrappers sometimes hooked together using byubo/parallel-ssh/watch to produce a hacked-together dashboard like display). Mostly read-only stuff (the fully interactive use is possible), even then nothing really sensitive (mostly status information), and local access only (I wouldn't trust something like this on a public network, no matter how careful I thought I was being with the setup), but that is useful enough. For a quick dashboard view, throw together a quick page that links a couple of instances in iframes.
I wonder how they made it safe. Because if it isn't, it would be highly ironic:

> Kapow! is being developed by BBVA-Labs Security team members.

BBVA is one of Spain's/the world's largest banks.

In the same space, goexpose:

https://github.com/phonkee/goexpose