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
Run a website and UltraVNC threw port 80
Run a website and UltraVNC threw port 80
To be able to run a website and VNC threw port 80 so have a page that automically is the default and it gives you two options one to vnc and the other would be the website and it would be the same port on the outside but on the computer it would be re-directed towards that IIS folder for the website..
Create your own html page that redirects VNC connections. and just set up one other port?
A main page from IIS that will give you a link to continue on within port 80, and another link that will auto open and connect a viewer to a different port on your network.
Unfortunately since both apps are listening, I believe the last app to actually listen on the port (If its the same machine) is the one that works... that could be reversed though.
A main page from IIS that will give you a link to continue on within port 80, and another link that will auto open and connect a viewer to a different port on your network.
Unfortunately since both apps are listening, I believe the last app to actually listen on the port (If its the same machine) is the one that works... that could be reversed though.
I still think it is do able... If you know what the exact link to hit or you have someone make a asp or vb page or some type of page where it will come up and then it will give you options to internally connect to which ever port you really want to connect to. I just think it is possible and I will look into it once UltraVNC is finnish I may even build a program to compile it and spam it or something but I know that it is possible to trick IIS and the computer..
that wouldnt be tricking the server, you will still need to use two different ports.iampedro wrote:I still think it is do able... If you know what the exact link to hit or you have someone make a asp or vb page or some type of page where it will come up and then it will give you options to internally connect to which ever port you really want to connect to. I just think it is possible and I will look into it once UltraVNC is finnish I may even build a program to compile it and spam it or something but I know that it is possible to trick IIS and the computer..
If you have a main page that gives you two options then from one hyperlink you could go to the actual web page,
the other one could connect internally from the webserver to the local host via port 80 externally but the web server would have to do the local port translation from port 80 to a different port for VNC....
If you can create some sort of VB or active X webpage that can decifer what it is that the request is coming from - either it be a VNC web connection request or a regular http request... I would be interested in knowing how you can do that since the request would both be coming in from a web browser and not a client connection... Unless you are using the client connection software in which if you do a packet capture you may be able to script what requests are for the vnc viewer only and auto enable the connection on the server side..
either way thats a lot of work for something when you could just use SSL port option like port 443 which should also be enabled for your outgoing web requests.