Friday 20 December 2013

Introduction to Netcat


Netcat-Logo-black-500x250px.gif



Introduction : So I was messing around on the internet and came across a tool called Netcat.  I've been messing with it for a couple of days and it's some pretty cool stuff. It's really good for reverse tcp attacks as well. Anyways, let's talk about this tool.

It's called Netcat! Also known as, "The tcp/ip swiss army knife" from many sources
DOWNLOAD LINK :NETCAT

You can enter this tool in two way by typing
Code:
nc

or
Code:
netcat
Anyways here's a description of this cool little tool.