I just checked it on a clean Windows 7 installation (Spanish) with the AVG 2011 30 trial and it took it for a virus:
Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
ChunkVNC 3.2 Released!
Re: ChunkVNC 3.2 Released!
Last edited by vpdd on 2010-11-29 23:17, edited 1 time in total.
Re: ChunkVNC 3.2 Released!
Which version of ChunkVNC?
The latest release of AVG 2011 works for me without issues using 3.2 of ChunkVNC
JonD
The latest release of AVG 2011 works for me without issues using 3.2 of ChunkVNC
JonD
Re: ChunkVNC 3.2 Released!
I am using ChuckVNC 3.2 (compile without modifications).
I guess that the DB changes take a while to propagate, it is the AVG 2011 Spanish version.
I will try tomorrow to setup a English version and try AVG 2011 and Norton.
In any case, I did contact AVG and ask to review this.
I guess that the DB changes take a while to propagate, it is the AVG 2011 Spanish version.
I will try tomorrow to setup a English version and try AVG 2011 and Norton.
In any case, I did contact AVG and ask to review this.
Last edited by vpdd on 2010-11-29 23:22, edited 1 time in total.
Re: ChunkVNC 3.2 Released!
It was only just this morning that the problem went away for me so possibly there is a propagation delay involved. It is working without issue for me at the moment.
JonD
JonD
Re: ChunkVNC 3.2 Released!
I have a question about the new encryption system.
If the old plugin MSRC4 needed a key on a PC client and PC server
now I can not understand how the encryption?
For example I have 10 PC, I create all InstantSupport and subscribe to them need to be different from that PC to connect I need to copy? (Before I copied the key rc4.key)
or encrypted connection is now only by the server as part ChunkViewer the same?
I'm confused
If the old plugin MSRC4 needed a key on a PC client and PC server
now I can not understand how the encryption?
For example I have 10 PC, I create all InstantSupport and subscribe to them need to be different from that PC to connect I need to copy? (Before I copied the key rc4.key)
or encrypted connection is now only by the server as part ChunkViewer the same?
I'm confused
Re: ChunkVNC 3.2 Released!
@vdpp, @JonD
The virus DB version is the same for all AVG and not published by country (the auto update I mean).
With the update of today morning (426/3288) the issue continue. Let's se if the AVG Brazil take me a solution (I sent a message yesterday).
The virus DB version is the same for all AVG and not published by country (the auto update I mean).
With the update of today morning (426/3288) the issue continue. Let's se if the AVG Brazil take me a solution (I sent a message yesterday).
Re: ChunkVNC 3.2 Released!
Nick_ua,
In 3.2 I stopped using preshared keys, it's simply using the new SecureVNC encryption plugin configured with a password.
In 3.2 I stopped using preshared keys, it's simply using the new SecureVNC encryption plugin configured with a password.
http://www.chunkvnc.com - ChunkVNC - Free PC Remote control with the Open Source UltraVNC wrapper InstantSupport!
Re: ChunkVNC 3.2 Released!
@supercoe
Just to know... is possible to disable the security (including the password) without code change in 3.2? Sorry if it's a repeted question.
Just to know... is possible to disable the security (including the password) without code change in 3.2? Sorry if it's a repeted question.
Re: ChunkVNC 3.2 Released!
We should start a new thread for this topic...
You're right... the 3.2 version still triggers AVG 2011. I've made some changes to the source code (for other reasons) and for some reason my modified version does not trigger AVG 2011.
I'll see if I can find the piece of code that triggers the issue.
However, it's really up to AVG to create a proper fix.
JonD
You're right... the 3.2 version still triggers AVG 2011. I've made some changes to the source code (for other reasons) and for some reason my modified version does not trigger AVG 2011.
I'll see if I can find the piece of code that triggers the issue.
However, it's really up to AVG to create a proper fix.
JonD
Re: ChunkVNC 3.2 Released!
maxabbr,
Not possible without a simple code change.
SRC\ChunkViewer.au3
LINE: 135
Change:
To:
By replacing YOURPASSWORDHERE with your password you will be forcing the viewer to always use the set password.
I might make this a feature as I like the idea.
Don't forget to compile after editing the source files.
On a side note: Topic locked, we're getting off track. Please start new posts so the information is useful to others. Thanks.
Not possible without a simple code change.
SRC\ChunkViewer.au3
LINE: 135
Change:
Code: Select all
ShellExecute( @ScriptDir & "\Bin\vncviewer.exe", "-proxy " & $RepeaterAddress & " ID:" & $IDNumber & " -quickoption " & $Quality & " -keepalive 1 -dsmplugin SecureVNCPlugin.dsm" )
Code: Select all
ShellExecute( @ScriptDir & "\Bin\vncviewer.exe", "-proxy " & $RepeaterAddress & " ID:" & $IDNumber & " -quickoption " & $Quality & " -keepalive 1 -dsmplugin SecureVNCPlugin.dsm -password YOURPASSWORDHERE" )
I might make this a feature as I like the idea.
Don't forget to compile after editing the source files.
On a side note: Topic locked, we're getting off track. Please start new posts so the information is useful to others. Thanks.
http://www.chunkvnc.com - ChunkVNC - Free PC Remote control with the Open Source UltraVNC wrapper InstantSupport!