Debian Tutorials

Debian Tutorials


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

April 2024
M T W T F S S
1234567
891011121314
15161718192021
22232425262728
2930  

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.