From 5d1472b4ecef51d86c9fb724d73e5668709258a4 Mon Sep 17 00:00:00 2001 From: jordi Date: Tue, 12 Dec 2017 19:00:03 +0100 Subject: [PATCH] Nikto - Web server scanner --- pages/common/nikto.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/nikto.md b/pages/common/nikto.md index a8e5541c7..20fd1f25c 100644 --- a/pages/common/nikto.md +++ b/pages/common/nikto.md @@ -14,7 +14,7 @@ `perl nikto.pl -h 192.168.0.1 -p 443` -- Ports and protocols may also be specified by using a full URL syntax: +- Scan ports and protocols with full URL syntax: `perl nikto.pl -h https://192.168.0.1:443/` @@ -24,4 +24,4 @@ - Set the proxy on the command line: -`perl nikto.pl -h localhost -useproxy http://localhost:8080/` \ No newline at end of file +`perl nikto.pl -h localhost -useproxy http://localhost:8080/`