Cette commande sous terminal DOS liste les différents ports utilisé
netstat -ano -p tcp
Connexions actives Proto Adresse locale Adresse distante État TCP 0.0.0.0:80 0.0.0.0:0 LISTENING 8988 TCP 0.0.0.0:135 0.0.0.0:0 LISTENING 1080 TCP 0.0.0.0:443 0.0.0.0:0 LISTENING 8988 TCP 0.0.0.0:445 0.0.0.0:0 LISTENING 4 TCP 0.0.0.0:554 0.0.0.0:0 LISTENING 1020 TCP 0.0.0.0:2869 0.0.0.0:0 LISTENING 4 TCP 0.0.0.0:3306 0.0.0.0:0 LISTENING 17352 TCP 0.0.0.0:5040 0.0.0.0:0 LISTENING 6168 TCP 0.0.0.0:5357 0.0.0.0:0 LISTENING 4 TCP 0.0.0.0:10243 0.0.0.0:0 LISTENING 4 TCP 0.0.0.0:33060 0.0.0.0:0 LISTENING 17352 TCP 0.0.0.0:49664 0.0.0.0:0 LISTENING 784 TCP 0.0.0.0:49665 0.0.0.0:0 LISTENING 724 TCP 0.0.0.0:49666 0.0.0.0:0 LISTENING 1692 TCP 0.0.0.0:49667 0.0.0.0:0 LISTENING 1600 TCP 0.0.0.0:49668 0.0.0.0:0 LISTENING 3108 TCP 0.0.0.0:49669 0.0.0.0:0 LISTENING 776 TCP 127.0.0.1:5354 0.0.0.0:0 LISTENING 3588 TCP 127.0.0.1:5939 0.0.0.0:0 LISTENING 4296 TCP 127.0.0.1:55676 0.0.0.0:0 LISTENING 23680
> tasklist |find "8988" httpd.exe 8988 Console 17 15 688 Ko
Cette commande va indiquer spécifiquement le programme rattaché au processus. httpd.exe est le programme Apache.