brompwnie / botb

A container analysis and exploitation tool for pentesters and engineers.
GNU General Public License v3.0
632 stars 59 forks source link

added check for userns-remap and changed package from github.com/kr/pty v1.1.5 to github.com/creack/pty v1.1.11 #21

Closed KatsuragiCSL closed 3 years ago

KatsuragiCSL commented 3 years ago

fixing issues https://github.com/brompwnie/botb/issues/19 github.com/kr/pty v1.1.5 having problems in setctty, this commit changed it to github.com/creack/pty v1.1.11, see https://github.com/creack/pty/issues/96

tested under docker image alpine:latest (3.13.2)