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. |

| Subject: | Re: Inconsistent results for VNC |
|---|---|
| Date: | Tue, 14 Nov 2006 17:46:14 +0100 |
On Tue Nov 14 2006 at 17:14, Bob Babcock wrote:
The remote VNC server chose security type #0 (Invalid) Any user can connect to it without authentication, and thus take control of this machine. and other times get:
[snip] Try applying this patch (or wait for a while and run nessus-update-plugins). The script should be more robust.
*** vnc_security_types.nasl 23 May 2006 17:33:55 -0000 1.5
--- vnc_security_types.nasl 14 Nov 2006 16:44:15 -0000
***************
*** 68,74 ****
if (major == 3 && minor >= 3 && minor < 7)
{
r = recv(socket: s, min: 4, length: 4);
! if (strlen(r) != 4)
{
debug_print('Could not read security type\n');
exit(0);
--- 68,74 ----
if (major == 3 && minor >= 3 && minor < 7)
{
r = recv(socket: s, min: 4, length: 4);
! if (strlen(r) < 4)
{
debug_print('Could not read security type\n');
exit(0);
_______________________________________________ Nessus mailing list Nessus@list.nessus.org http://mail.nessus.org/mailman/listinfo/nessus
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Inconsistent results for VNC, Bob Babcock |
|---|---|
| Next by Date: | Re: Inconsistent results for VNC, Michel Arboi |
| Previous by Thread: | Inconsistent results for VNC, Bob Babcock |
| Next by Thread: | Re: Inconsistent results for VNC, Michel Arboi |
| Indexes: | [Date] [Thread] [Top] [All Lists] |