# # 26-May-01 amo Install ippl # # # Download it from: # ---------------- # http://pltplp.net/ippl/ # http://packages.debian.org/stable/net/ippl.html # # cd /usr/local/src # wget http://pltplp.net/ippl/archive/ippl-1.4.14.tar.gz # # tar zxvfp /usr2/Downloads/Security/ippl-1.4.13.tar.gz # cd ippl-1.4.13 # ./configure # make make install # # # each nmap scan generates about 45Kb of stuff mkdir /var/log/ippl # # vi /usr/local/etc/ippl.conf # turn these on log-in all /var/log/ippl/all.log log-in udp /var/log/ippl/udp.log # # # run it from rc.local # /usr/local/sbin/ippl # # grep ippl /var/log/ippl/messages # # # end of file