mirror of
https://github.com/nmap/nmap.git
synced 2026-01-04 13:49:03 +00:00
Separate the first paragraph from the rest of the description with a blank
line, not "\n\n", in the SMB and MSRPC scripts and modules. There are newer versions of these files pending review, so this is just a quick measure to let me use first paragraphs as summaries rather than first sentences.
This commit is contained in:
@@ -2,7 +2,7 @@ id = "MSRPC: List of domains"
|
||||
description = [[
|
||||
Attempts to enumerate domains on a system, along with their policies. This will
|
||||
likely only work without credentials against Windows 2000.
|
||||
\n\n
|
||||
|
||||
After the initial bind() to SAMR, the sequence of calls is:\n
|
||||
Connect4() -- get a connect_handle\n
|
||||
EnumDomains() -- get a list of the domains (stop here if you just want the names)\n
|
||||
|
||||
Reference in New Issue
Block a user