Enumerating enitre windows user/group browse list
Nicolas Gregoire
ngregoire at exaprobe.com
Mon Nov 22 17:01:43 EST 2004
Le lun 22/11/2004 à 15:26, Matt a écrit :
> While enumerating a domain with a large browse list on the remote host
> Nessus came up with the below on the report :
>
> [...]
>
> 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";
}
for(s=0;s<num;s=s+1)
{
============================================================
Regards,
--
Nicolas Gregoire ----- Consultant en Sécurité des Systèmes d'Information
ngregoire at exaprobe.com ------[ ExaProbe ]------ http://www.exaprobe.com/
PGP KeyID:CA61B44F FingerPrint:1CC647FF1A55664BA2D2AFDACA6A21DACA61B44F
More information about the Nessus
mailing list