certificate outdated and another error from source code.
neo420 wrote: finally i'm gonna resolve the problem by myself,
i succesfully connected the javaViewer to the repeater by editing the following line in RFBRepeaterSocketFactory
Code:
final String buf2 = "testB";
by
Code:
final String buf2 = "";
don't know what is testB used for.
Then I successfuly took control of the comp where winncv.exe was running whith a client added to the repeater.
Next step was using SC to connect to repeater, all was ok till a tried to remote control it with the javaViewer. Connection was succesfully established the SC try icon went green for a sec then the javaViewer crashed with the next error :
Code:
java.lang.Exception: Unknown RFB rectangle encoding 16
Error: Unknown RFB rectangle encoding 16
at vnc2.VncCanvas.processNormalProtocol(VncCanvas.java:448)
at vnc2.VncViewer.run(VncViewer.java:240)
at java.lang.Thread.run(Unknown Source)