netcat is a command for performing read/write operations on TCP or UDP network connections.
I want to send only one short value in a UDP packet, but running the command echo -n "hello" | nc …
udp netcatI'm trying to set up a minimal web server using netcat (nc). When the browser calls up localhost:1500, for instance, …
bash webserver netcatSo, I have to retrieve temperature from any one of the cities from http://www.rssweather.com/dir/Asia/India. …
http get netcatI found this and am using it as my base, but it wasn't working right out of the box. My …
python netcatI'm trying to send an email with netcat, this is what i get: ****-MacBook-Pro:~ ***$ nc smtp.gmail.com 25 220 mx.google.…
smtp netcatHow to write a echo server bash script using tools like nc, echo, xargs, etc capable of simultaneously processing requests …
bash tcp netcatI'm trying to play around with netcat to learn more about how HTTP works. I'd like to script some of …
bash echo netcatI'm using netcat as a backend to shovel data back and forth for a program I'm making. I tested my …
gateway portforwarding netcatI have found this little script in PHP that send a simple request to twitter for update your status, I …
bash netcat