1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-18 12:19:02 +00:00

Abbreviate the summaries of the smb and msrpc modules.

This commit is contained in:
david
2008-11-04 00:20:22 +00:00
parent ae27b48ffb
commit e0a3c5c64f
2 changed files with 9 additions and 4 deletions

View File

@@ -1,5 +1,8 @@
--- By making heavy use of the 'smb' library, this library will call various MSRPC
-- functions. The functions used here can be accessed over TCP ports 445 and 139,
--- Call various MSRPC functions.
--
-- This library gives support for calling various MSRPC functions, making heavy
-- use of the <code>smb</code> library.
-- The functions used here can be accessed over TCP ports 445 and 139,
-- with an established session. A NULL session (the default) will work for some
-- functions and operating systems (or configurations), but not for others.
--

View File

@@ -1,6 +1,8 @@
--- A library for SMB (Server Message Block) (aka CIFS) traffic. This traffic is normally
--- Server Message Block (SMB, also known as CIFS) traffic.
--
-- SMB traffic is normally
-- sent to/from ports 139 or 445 of Windows systems, although it's also implemented by
-- others (the most notable one being Samba).
-- other systems (the most notable one being Samba).
--
-- The intention of this library is to eventually handle all aspects of the SMB protocol,
-- A programmer using this library must already have some knowledge of the SMB protocol,