benrady / shinatra

A simple web server in 5 lines of bash
811 stars 81 forks source link

Ncat instead of netcat/nc #23

Closed JeremyLARDENOIS closed 2 years ago

JeremyLARDENOIS commented 2 years ago

I suggest to replace nc command by the more modern ncat command (source: https://www.cybrary.it/blog/0p3n/netcat-vs-ncat-big-confusion/)

In more, this allow to close the connection in the browser.

You need to install the ncat command.

benrady commented 2 years ago

Installing another tool is sort of outside the spirit of the joke