Chris Frohoff

Results 23 comments of Chris Frohoff

Can you elaborate more on what exactly you'd like to see it do?

Isn't the default `--tty=false` for `docker run`? ```console $ man docker run | grep -A1 -- "--tty=" -t, --tty=true|false Allocate a pseudo-TTY. The default is false. ```

I haven't been actively working on either but have been weighing the options. @mbechler was giving his thoughts on this over on #20 but perhaps we can move the discussion...

Another option to consider might be implementing gadget chains in [Groovy](http://www.groovy-lang.org/), potentially using [Grape](http://docs.groovy-lang.org/latest/html/documentation/grape.html) for dependency management.

Sorry for taking so long to reply to this. Can you be more specific about what compilation error is this fixing?

This should already be supported by the in-development `multiargs` branch being developed for #74 without any special parameters by just including the script interpreter "prelude" in the payload command: `bash...

The multiarg branch currently requires multiarg commands be passed without the outermost enclosing quotes so it comes through as multiple arguments in Java's `main(String[])`, so you'd want to specify the...

Yeah, this is a bit of a known issue as some of the chains don't work on certain newer JDKs. I've been working towards being able to properly bracket the...

Need to know the JDK version and specific tests that failed to offer any help, but generally speaking this is a known issue that will require some larger work to...

@matthiaskaiser might have some thoughts/suggestions