<p><br> On Mar 7, 2012 10:39 PM, "Joshua Murphy" <<a href="mailto:poisonbl@gmail.com">poisonbl@gmail.com</a>> wrote:<br> ><br> > On Wed, Mar 7, 2012 at 2:03 AM, Pandu Poluan <<a href="mailto:pandu@poluan.info">pandu@poluan.info</a>> wrote:<br> > > eix netcat returned net-analyzer/gnu-netcat and net-analyzer/netcat<br> > ><br> > > What's the difference? Which one should I emerge?<br> > ><br> > > Rgds,<br> > > --<br> > > FdS Pandu E Poluan<br> > > ~ IT Optimizer ~<br> > ><br> > > • LOPSA Member #15248<br> > > • Blog : <a href="http://pepoluan.tumblr.com">http://pepoluan.tumblr.com</a><br> > > • Linked-In : <a href="http://id.linkedin.com/in/pepoluan">http://id.linkedin.com/in/pepoluan</a><br> > ><br> ><br> > For a third, unasked, option... if you're not using any of the more<br> > extravagant features, you practically always have busybox on hand<br> > already...<br> ><br> > $ busybox nc<br> > BusyBox v1.19.3 (2012-02-21 22:48:14 EST) multi-call binary.<br> ><br> > Usage: nc [OPTIONS] HOST PORT - connect<br> > nc [OPTIONS] -l -p PORT [HOST] [PORT] - listen<br> ><br> > -e PROG Run PROG after connect (must be last)<br> > -l Listen mode, for inbound connects<br> > -p PORT Local port<br> > -s ADDR Local address<br> > -w SEC Timeout for connects and final net reads<br> > -i SEC Delay interval for lines sent<br> > -n Don't do DNS resolution<br> > -u UDP mode<br> > -v Verbose<br> > -o FILE Hex dump traffic<br> > -z Zero-I/O mode (scanning)<br> ></p> <p>Thank You! For what I'm using netcat for (testing a single open port by sending / receiving certain messages), busybox apparently fits the bill nicely. </p> <p>Much appreciated! </p> <p>Rgds, <br> </p>