mirror of
https://github.com/nmap/nmap.git
synced 2025-12-16 04:39:03 +00:00
wrap a couple of long doc lines
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
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 requesting <code>../../../../etc/passwd</code>.
|
||||
retrieve <code>/etc/passwd</code> using various traversal methods such as
|
||||
requesting <code>../../../../etc/passwd</code>.
|
||||
]]
|
||||
|
||||
-- 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.
|
||||
|
||||
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
|
||||
(see the portrule).
|
||||
our host or is blocked because of too many connections, then this script
|
||||
isn't run (see the portrule).
|
||||
]]
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user