NMAP UPDATER

To run the updater simply enter:
./client.py --prefix DEST-DIR
Where DEST_DIR is the directory where you wish the files to be installed.

It is possible to specify a custom Library or Share directory with:
./client.py --prefix DEST-DIR --libdir LIBDIR
and
./client.py --prefix DEST-DIR --sharedir SHAREDIR

To get help with the command line options as well as a full list of them type:
./client.py -h

This program requires python, preferably python 2.7.