The TCP scanner.
tcp-scan uses the standard GNU automake and autoconf tools, so the typical installation process is:
- Run
git clone https://github.com/royhills/tcp-scan.gitto obtain the project source code - Run
cd tcp-scanto enter source directory - Run
autoreconf --installto generate a viable ./configure file - Run
./configureto generate a makefile for your system - Run
maketo build the project - Optionally run
make checkto verify that everything works as expected - Run
make installto install (you'll need root or sudo for this part)
You will need GNU automake and autoconf, the make utility, an ANSI C compiler (for example gcc or clang), and the development header files and libraries.
You can pass various options to "configure" to control the build and installation process. See the file INSTALL for more details.
tcp-scan is known to compile and run on the following platforms:
- Linux
The IP packets are sent using raw sockets, and the responses are received using libpcap (http://www.tcpdump.org/).
For usage information, including details of all the options, use:
tcp-scan --help