mirror of
https://github.com/nmap/nmap.git
synced 2026-08-31 15:03:20 +00:00
wrap a couple of long doc lines
This commit is contained in:
parent
f6f61ecf83
commit
97028d6a6f
2 changed files with 4 additions and 3 deletions
|
|
@ -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).
|
||||
]]
|
||||
|
||||
---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue