Debian Tutorials Copy/Paste tutorials for Debian based Linux distros

15Dec/110

Scan your web server for vulnerabilities with Nikto on squeeze

Nikto is a web server scanner which performs comprehensive tests against web servers for multiple items, including over 3500 potentially dangerous files/CGIs, versions on over 900 servers, and version specific problems on over 250 servers.

1. Add non-free archive to apt sources (pico /etc/apt/sources.list)

deb http://ftp.uk.debian.org/debian/ squeeze main non-free
deb-src http://ftp.uk.debian.org/debian/ squeeze main non-free

Add non-free behind main in both lines

2. Update the package list

apt-get update

3. Install Nikto

apt-get install nikto

4. Test the local web server

nikto -h localhost

Nikto also supports testing on different ports. Click here for Nikto usage information.

Comments (0) Trackbacks (0)

No comments yet.


Leave a comment


No trackbacks yet.