I'm working on an application to intercept any connection made through the internet.
Currently, I'm experimenting with firefox and curl.
It seems that those applications are communicating on the ports 46968 and 2115.
I'm not intercepting all connections from firefox, and I can't be sure I'm intercepting all connection all connections from curl, but at least I notice connections being made on those ports.
I find this curious because I was expecting to see activity on ports 80, 43, and maybe 443. (HTTP, DNS and HTTPS respectively).
I there something oversee? Something I don't know about?
Can someone tell me why I come accross ports 46968 and 2115?
Thanks a lot.
To make it more interesting, I've noticed that they use different ports every now and then, but they all seem to be pretty close to the ports I just mentioned.
Servers use well known ports as they are called - For example web servers hang around on port 80 waiting for clients to make a connection to them on that port.
The local port used by the client program is usually any port as they are not expecting incoming connections.