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: