Awhile back, we discussed generating UltraVNC viewer and single-click executables on the fly: http://www.robplatt.com/index.php/2010/03/02/dynamically-compiled-vnc-binary-repeater/
A missing feature that was requested, was the ability to add encryption to the connection. Sorry it took so long, but here you go!
Please note, all changes are in reference to my original post and those files.
- Download the latest MSRC4Plugin.dsm: http://home.comcast.net/~msrc4plugin/msrc4plugin.html
- Place MSRC4Plugin.dsm in \client
- Place a copy of MSRC4Plugin.dsm, renamed to MSRC4Plugin_NoReg.dsm in \host
- Download or generate rc4.key. Place in both \client and \host
- For the client exe, change line 6 in the helpdesk.txt file to “-id $ID -plugin -connect $IP::$PORT -noregistry”
- For the host exe, add MSRC4Plugin.dsm and rc4.key to vncviewer.7z
- For the host exe, change line 4 to “RunProgram=”vncviewer.exe -dsmplugin MSRC4Plugin_NoReg.dsm -autoreconnect 5 $RESTRICTED -noauto -64colors -encoding tight -proxy $IP::$PORT ID:$ID””
- Edit support.aspx, change line 44 to “”..\7zr a sc.7z ..\winvnc.exe ..\schook.dll ..\vnchooks.dll helpdesk.txt ..\MSRC4Plugin.dsm ..\rc4.key ..\icon1.ico ..\icon2.ico” & vbcrlf & _”
- That should do it!
As always, I’ve included the changes for you. (You may want to generate a new rc4.key, this one is the one included from UltraVNC)
Comments