ysoserial icon indicating copy to clipboard operation
ysoserial copied to clipboard

Add key details about running in docker

Open snyff opened this issue 2 years ago • 2 comments

When running ysoserial in docker the option --tty=false should be used to avoid \0d being added before any \0a in the payload.

snyff avatar Nov 17 '21 00:11 snyff

Isn't the default --tty=false for docker run?

$ man docker run | grep -A1 -- "--tty="
       -t, --tty=true|false
          Allocate a pseudo-TTY. The default is false.

frohoff avatar Mar 05 '22 08:03 frohoff

Yes it is off by default but some idiot (me) may be so used to use -it that he may lose a day of work :/ Just thought that would help someone else, feel free to ignore

hackycorpdev avatar Mar 06 '22 02:03 hackycorpdev