mirror of
https://github.com/nmap/nmap.git
synced 2025-12-17 13:09:02 +00:00
wrap a couple of long doc lines
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
description = [[
|
description = [[
|
||||||
Checks if a web server is vulnerable to directory traversal by attempting to
|
Checks if a web server is vulnerable to directory traversal by attempting to
|
||||||
retrieve <code>/etc/passwd</code> using various traversal methods such as requesting <code>../../../../etc/passwd</code>.
|
retrieve <code>/etc/passwd</code> using various traversal methods such as
|
||||||
|
requesting <code>../../../../etc/passwd</code>.
|
||||||
]]
|
]]
|
||||||
|
|
||||||
-- 07/20/2007:
|
-- 07/20/2007:
|
||||||
|
|||||||
@@ -3,8 +3,8 @@ Connects to a MySQL server and prints information such as the protocol and
|
|||||||
version numbers, thread ID, status, capabilities, and the password salt.
|
version numbers, thread ID, status, capabilities, and the password salt.
|
||||||
|
|
||||||
If service detection is performed and the server appears to be blocking
|
If service detection is performed and the server appears to be blocking
|
||||||
our host or is blocked because of too many connections, then this script isn't run
|
our host or is blocked because of too many connections, then this script
|
||||||
(see the portrule).
|
isn't run (see the portrule).
|
||||||
]]
|
]]
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user