mod_fcgid + nikto
mod_fcgid——
cd /usr/local/src
http://downloads.sourceforge.net/mod-fcgid/mod_fcgid.2.2.tgz?use_mirror=nchc
tar -xzvf mod_fcgid.2.2.tgz
cd mod_fcgid.2.2
vi Makefile (define apache/apxs location)
make
make install
NIKTO—-
cd /src
wget http://www.cirt.net/nikto/nikto-current.tar.gz
tar -xzvf nikto-current.tar.gz
wget http://www.wiretrip.net/rfp/libwhisker/LW.pm
cp LW.pm ./nikto/LW.pm
mv nikto-1.35/ /usr/local/nikto
cd /usr/local/nikto
perl nikto.pl -update
perl nikto.pl -h localhost
perl nikto.pl -h example.com -evasion 1
Comments are closed.