From 69d8577cb6e35b520df4db13fa9db50d4156624f Mon Sep 17 00:00:00 2001 From: david Date: Fri, 7 Nov 2008 04:40:52 +0000 Subject: [PATCH] Little typo fix. --- scripts/http-passwd.nse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/http-passwd.nse b/scripts/http-passwd.nse index be4f1c893..217f6afee 100644 --- a/scripts/http-passwd.nse +++ b/scripts/http-passwd.nse @@ -1,6 +1,6 @@ description = [[ Checks if a web server is vulnerable to directory traversal by attempting to -retrieve /etc/passwd using various traversal methods such as requestiong ../../../../etc/passwd. +retrieve /etc/passwd using various traversal methods such as requesting ../../../../etc/passwd. ]] -- 07/20/2007: