From Fedora Project Wiki
(use command parser) |
(use command parser) |
||
Line 8: | Line 8: | ||
|results= | |results= | ||
# You should see Nikto results. | # You should see Nikto results. | ||
# Double-check the results in | # Double-check the results in {{command |results.html}} | ||
}} | }} | ||
[[Category:Test Cases]] | [[Category:Test Cases]] | ||
[[Category:Security Lab]] | [[Category:Security Lab]] |
Revision as of 21:51, 28 May 2011
Description
This test case tests the ability of Nikto to scan a web server for known vulnerabilities.
Setup
- A working web server is required either remotely or locally.
- Ensure the
nikto
package is installed.
How to test
- Run Nikto against WEBSERVER and export results to HTML:
nikto -output results.html -Format html -host http://WEBSERVER/
Expected Results
- You should see Nikto results.
- Double-check the results in
results.html