For port knocking over at my old job, one of the SAs use to perform something like the following:

 echo 'blah' > tcpcat -a 192.168.3.1 -p 2222 && ssh beamin@192.168.3.1

I cannot remember the command that I am referring to as tcpcat. Does anyone know?

link|improve this question

feedback

2 Answers

up vote 7 down vote accepted

ncat may be the tool you're looking for.

link|improve this answer
Looks like that is it! Thanks sir. Have to wait 12 minutes to award you the answer. – Beaming Mel-Bin Dec 26 '11 at 20:43
feedback

It may be called netcat, Lowercase nc is what the command actually is.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.