nc missing option -z

James Hogarth james.hogarth at gmail.com
Wed Feb 13 08:45:39 UTC 2013


> Or, will less zeros ....
>
> tcping -t 1 imap.gmail.com 993    :-) :-)
>
> --
>

Specifically what's going on here is that fedora netcat is not the old
netcat you know.

A little while back (I don't remember which release) it was replaced by
nmap netcat (ncat):

[root at server ~]# rpm -qf /usr/bin/nc
nmap-ncat-6.01-9.fc18.x86_64

http://nmap.org/ncat/

This does not have the old -z option as you mention... tcping is the best
of the options others have presented (no idea what that person was going on
about netstat for...)

The other alternative to tcping is nmap ...

nmap -Pn -p993 imap.gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.fedoraproject.org/pipermail/users/attachments/20130213/c51b7032/attachment.html>


More information about the users mailing list