
Module: mod_users
Author: Brian Wotring (brian@shmoo.com)



DESCRIPTION:

The mod_users module obtains a listing of local users and stores data
related to each user into a scan record.  This module stores its data
as text so the comparison is done via base string compare.  The format
of the record structure is:

on windows:

    name:<value>;priv:<value>;home:<value>;flags:<value>;auth:<value>;

on UNIX hosts:

    name:passwd:uid:gid:gecos:dir:shell

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_users
    ...
    </System>


PARAMETERS:

There are no parameters for this module.

PLATFORMS:
    
Currently, this module is implemented for Windows, FreeBSD, OpenBSD,
Linux, Solaris, and Mac OS X.

NOTES:



