Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Nessus-Users
[Top] [All Lists]

Re: Enumerating enitre windows user/group browse list

Subject: Re: Enumerating enitre windows user/group browse list
Date: Mon, 22 Nov 2004 23:01:43 +0100
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@exaprobe.com ------[ ExaProbe ]------ http://www.exaprobe.com/
PGP KeyID:CA61B44F  FingerPrint:1CC647FF1A55664BA2D2AFDACA6A21DACA61B44F

_______________________________________________
Nessus mailing list
Nessus@list.nessus.org
http://mail.nessus.org/mailman/listinfo/nessus

<Prev in Thread] Current Thread [Next in Thread>