Hey follow hackers,
I am confronted with strange error. I do have a reverse shell to a web app that runs within a docker container. I uploaded a binary to execute next. But somehow execution fails:
/app/mkind # ls -l
ls -l
total 404
-rwxrwxrwx 1 root root 411656 Sep 4 09:21 socat
/app/mkind # ^[[30;14R./socat
./socat
/bin/sh: ./socat: not found
What am I doing wrong? Seems that my shell is broken.
thx in advance