Surprise its a honeypot for react2shell...
go run main.godocker build -t react2shell-honeypot .# -p HostPort:ContainerPort
docker run -d \
--name react2shell-honeypot \
-p 80:80 \
-v $(pwd)/logs:/var/log/react2shell-honeypot \
react2shell-honeypot
docker logs -f react2shell-honeypotdocker kill react2shell-honeypotdocker rm react2shell-honeypot