I have a remote computer behind a NAT running a VNC server. I cannot do a regular connection to the VNC server because of the NAT. Manually portforwarding the router is not an option. However, a reverse VNC connection from the remote computer while running VNCviewer on my local computer in listen mode would work. The problem, however, is telling the remote computer to intiate the reverse connection. The command that needs to run on the remote computer is:
c:\path_to_vnc\winvnc -connect my_ip_address
I was thinking of running an irc bot on the remote computer. That way, I could tell the remote computer to execute that command through irc. I tired searching for such an irc bot, but however, I end up getting malicious bots intended for harvesting computers for a bot network. Does anyone know of such an irc bot or does anyone have another solution or any suggestions?
