
Okay so I was basically ruing a server on a domain, and this is the first time, but when I logged in on the website, Google Chrome gave me an Error "Your coection is not Private" and I couldn't proceed to next page. So I don't know why but I ran CMD and typed in netstat -ano. And lot's of IPs and stuff came up with "Established" and "Time_wait" etc. Then I scrolled down and saw this: TCP [::1]:58109 [::1]:27275 SYN_SENT 6484 TCP [::1]:58110 [::1]:18821 SYN_SENT 6484 TCP [::1]:58111 [::1]:7754 SYN_SENT 6484 TCP [::1]:58112 [::1]:27275 SYN_SENT 6484 TCP [::1...
ادامه مطلب
I open two side to side bash widnows one with : netstat -anutpc | grep ESTABLISHED | grep kde the other with netstat -anutpc | grep -e SYN_SENT -e SYN_RECV, I start konqueror and go on youtube. I got two IP to which my computer sent SYN_SENT (no SYN_RECV) but I got some IP in the ESTABLISHED monitoring window that don't have their counterpart in the other bash. I'm just trying to understand how this whole thing work, could you explain why there are packets part of an ESTABLISHED coection that were never initiated ? I think closing konqueror for more than 2 minutes should close all the coections associated with the software, so if I reopen it 2 minutes after it should resend all the SYN packe...
ادامه مطلب