Re: Network ports
Posted: Wed Sep 05, 2012 8:11 pm
nothing really happens. Only on port 7676 there is something. It connects, I can type, but do not answer. Do you have an idea what is 7676?
you can send upnp controll messages to this port like get channel list and start dualview if the device supports it.greenhorn wrote:nothing really happens. Only on port 7676 there is something. It connects, I can type, but do not answer. Do you have an idea what is 7676?
Code: Select all
you can send upnp controll messages to this port like get channel list and start dualview if the device supports it.
search.php?keywords=SOAPACTIONgreenhorn wrote:@arris69How can I do this? Is there a windows program to do that?Code: Select all
you can send upnp controll messages to this port like get channel list and start dualview if the device supports it.
Code: Select all
>export DISPLAY=192.168.1.107:0.0
>xauth add 192.168.1.107:0.0 MIT-MAGIC-COOKIE-1 00000000000000000000000000000000
>xterm
Invalid MIT-MAGIC-COOKIE-1 key
xauth list (on device) or .Xauthority file (somewhere on device), but 99% sure that X just listen on tcp but won't/can't accept connectionsoga83 wrote:Port 6000 is used for X11 server; That would ne nice to run xterm (or something else) on a computer with display on TV![]()
The server is using MIT-MAGIC-COOKIE-1 to allow connection... but I can't find it
If we had an app that uses this server, it would be easy to steal the cookie with tcpdump.
Any idea to find this cookie ?
Code: Select all
>export DISPLAY=192.168.1.107:0.0 >xauth add 192.168.1.107:0.0 MIT-MAGIC-COOKIE-1 00000000000000000000000000000000 >xterm Invalid MIT-MAGIC-COOKIE-1 key