Next Previous Contents

2. Installation

It explicitly uses a library- libpcap. For the convienence of the users I added it in the project itself. But you have to configure and make it.

2.1 How to obtain HackPack

It is a free and open source software. It can be freely downloaded from

http://hackpack.sourceforge.net

To download latest development version, take it from cvs.sourceforge.net

2.2 Requirements

2.3 Compilation and installation

In order to compile and install HackPack on your system, type the following in the base directory of the HackPack distribution:

 cd libpcap
 ./configure
 make
 cd ..
 ./configure
 make
 make install

If you run into problems please report them to me at: Hackkaush


Next Previous Contents