Module:  mod_ports
Author:  Brian Wotring (brian@shmoo.com)
Version: 0.4

DESCRIPTION:

The mod_ports monitors changes for local network ports in the LISTEN state
for TCP, and UDP ports.  It logs the port number, the process listening on
the port, as well as remote and local IP.

USE:

To use this module, all  that is needed is to include it in the System
block of a scan configuration, e.g.:

    <System>
    ...
    Include mod_ports
    ...
    </System>


PARAMETERS:

ignoretcp, ignoreudp, ignoreinode, ignoreuid:

<System>
...
  Include mod_ports
  param mod_ports ignoreinode TRUE
...
</System>


PLATFORMS:

Currently, this module only works on XP, Windows 2003 AS, and Linux.

NOTES:

