1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-25 08:59:01 +00:00

Little typo fix.

This commit is contained in:
david
2008-11-07 04:40:52 +00:00
parent 989f48be6d
commit 69d8577cb6

View File

@@ -1,6 +1,6 @@
description = [[
Checks if a web server is vulnerable to directory traversal by attempting to
retrieve <code>/etc/passwd</code> using various traversal methods such as requestiong <code>../../../../etc/passwd</code>.
retrieve <code>/etc/passwd</code> using various traversal methods such as requesting <code>../../../../etc/passwd</code>.
]]
-- 07/20/2007: