Enumerating enitre windows user/group browse list

Renaud Deraison deraison at nessus.org
Wed Nov 24 14:29:09 EST 2004


On Mon, Nov 22, 2004 at 11:01:43PM +0100, Nicolas Gregoire wrote:
> > Is it possible for Nessus to display the entire browse list?
> 
> Just patch the 'smb_lanman_browse_list.nasl' file with this diff :
> 
> ============================================================
> --- smb_lanman_browse_list.nasl
> +++ smb_lanman_browse_list.nasl.new
> @@ -137,8 +137,7 @@
>   if (num > 165)
>   {
>     browse = "WARNING - LARGE BROWSE LIST. 
> -   Only the first 165 names enumerated\n";
> -   num = 165;
> +   More than 165 entries, but enumerating anyway ...\n";

This is not sufficient. Very often the remaining names are sent in
another SMB packet.


				-- Renaud



More information about the Nessus mailing list