hi guys to day i'm gonna show you how to install netcat
Netcat is a simple Unix utility which reads and writes data
across network connections, using TCP or UDP protocol.
It is designed to be a reliable "back-end" tool that can
be used directly or easily driven by other programs and
scripts
you can download netcat from this source ,this is a final netcat
$ wget https://sourceforge.net/projects/netcat/files/netcat/0.7.1/netcat-0.7.1.tar.bz2/download
now untar this file
$ tar xvjf netcat-0.7.1.tar.bz2
open
netcat folder
$ cd netcat-0.7.1/
now let's install it
# ./configure
$ make
# make install
first run
$ nc -h
0 comments:
Post a Comment