So che, in Windows, potresti fare quanto segue per vedere quali processi sono collegati a una porta:
netstat -a -b
Tuttavia, come limiteresti il display alle porte collegate a un processo specifico? Ho guardato findstr ma questo non aiuta perché l'eseguibile del processo non è menzionato sulla stessa riga delle informazioni sulla porta:
PS C:\Users\nimmylebby> netstat -a -b
[svchost.exe]
TCP [::]:49154 NIMMY-LAPTOP:0 LISTENING
Schedule
[svchost.exe]
TCP [::]:49155 NIMMY-LAPTOP:0 LISTENING
[services.exe]
TCP [::]:49156 NIMMY-LAPTOP:0 LISTENING
[lsass.exe]
UDP 0.0.0.0:500 *:*
IKEEXT
[svchost.exe]
UDP 0.0.0.0:3702 *:*
FDResPub
[svchost.exe]
Qualcuno ha qualche idea?