Open port number status

Hi,

Can anyone share the relevance for open port number list in windows OS.

Thanks,
Nagaraj.

I assume you mean listening ports.

(local addresses whose (it as string != "127.0.0.1"; it as string !="0:0:0:0:0:0:0:0"; it as string !="0:0:0:0:0:0:0:1") of it,local ports of it,tcp states whose (it as string = "LISTENING") of it) of sockets of network
1 Like

Hi,

Thanks for your updates, it’s working good.

Thanks,
Nagaraj.