logoalt Hacker News

morpheuskafkatoday at 5:51 PM2 repliesview on HN

> No, it can not. Bash lets you open TCP sockets.

I thought you had to use a program called netcat for that--if not then what is the point of that binary? And for that matter, can't you also use telnet to manually send HTTP?


Replies

some_randomtoday at 6:13 PM

nc is basically just a nicer interface for the same thing, in the same way that curl is.

https://linux.die.net/man/1/nc