ariary / tacos

🌮 INTERACTIVE reverse shell everywhere! (Particularly digestible with socat multi-handler listener)
MIT License
29 stars 4 forks source link

`socat` docker binary can't be used #4

Closed ariary closed 2 years ago

ariary commented 2 years ago

It seems that the socat binary built by the docker image could not be runnning on another linux machine.

Error: after curl

./tacos: : No such file or directory

The tacos file is indeed existing

ariary commented 2 years ago

Show goenv before compilation to compare

ariary commented 2 years ago

CGO_ENABLED=0 when compiling fix the issue inside docker