Debian Tutorials

Debian Tutorials


Step by step tutorials showing you how to install and configure various applications and services on Debian based Linux distros.

May 2024
M T W T F S S
 12345
6789101112
13141516171819
20212223242526
2728293031  

Categories


Scan your web server for vulnerabilities with Nikto

Ástþór IPÁstþór IP

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. Install Nikto

apt-get install nikto

2. Test the local web server

nikto -h localhost

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

Comments 0
There are currently no comments.