Open a command prompt and perform the following steps:
- Inspect the output of netstat -an | find "EST" (short from 'ESTABLISHED')
- Go to a fresh site (one that you have not recently visited)
- Run the netstat command again, looking for the new connection. It might look like:
TCP 192.168.1.1:1989 192.168.1.88:8080 ESTABLISHED
(credits go to Royce Williams)
Alternatively, install TCPView and look at the remote address and remote port columns for the browser connections.
Alternatively, install TCPView and look at the remote address and remote port columns for the browser connections.
No comments:
Post a Comment