Little Tommy

@master41 said:
Finally figured out how to exploit it locally. But, how the ■■■■ do you connect to the instance? I tried netcat, but I get “Can’t parse http://docker.hackthebox.eu:59218/ as an IP address”

EDIT: Moments after this post, I figured it out. Not with netcat, but with socat, “socat - TCP:docker.hackthebox.eu:59218”

I would like to know the proper command syntax for netcat though.

The syntax with netcat is:

nc docker.hackthebox.eu 59218

Using the port that you provided and my netcat is named nc, but yours may be named ncat or netcat.