Download source code
Working with git:
git clone git://github.com/nmapsi4/nmapsi4.git
cd nmapsi4/
For commit a patch, clone master branch on github and send a git request-pull (useful doc) happy hacking ;)
Code Style:
Build instructions for GNU/linux:
Builds required: qt4 >= 4.6, qtwebkit, cmake >= 2.6 Builds suggested: kdelibs
Runtime required: nmap (>= 5.51 with nping)
Runtime suggested: dig
cd nmapsi4/
mkdir build
cd build
cmake ../
make
(optional) make install (only root)
Start nmapsi4 with:
./nmapsi4 (user mode)
sudo ./nmapsi4 (full mode for sudo users)