SMB Enumerate Services

Summary
This plugin implements the SvcOpenSCManager() and SvcEnumServices() calls to obtain the list of active and inactive services and drivers of the remote host, using the MS-DCE/RPC protocol over SMB. An attacker may use this feature to gain better knowledge of the remote host.
Solution
To prevent access to the services and drivers list, you should either have tight login restrictions, so that only trusted users can access your host, and/or you should filter incoming traffic to this port.