<div dir="ltr"><div>Hello,<br><br></div><div>I have a PC with Ubuntu 14.04. I tried to map the open ports on it with nmap.<br><br></div><div>If I do it locally, I get that :<br>$ nmap localhost<br>...<br>PORT    STATE SERVICE<br>22/tcp  open  ssh<br>631/tcp open  ipp<br>...<br><br></div><div>(ipp is listening only locally, no problem here)<br></div><div><br><br></div><div>But after trying from my laptop, I see the HTTP (80) and HTTPS (443) ports open :<br>$ nmap X.X.X.X<br>...<br>PORT    STATE SERVICE<br>22/tcp  open  ssh<br>80/tcp  open  http<br>443/tcp open  https<br>...<br><br></div><div>I re-installed Ubuntu some days ago and I didn't install any Web server, or anything that could listen on these ports. I don't want anything but ssh listening on this computer.<br><br></div><div>How do I find what's listening on the 80 and 443 ports ? And what is susceptible of listening on a newly installed Ubuntu 14.04 ? I thought that a fresh Ubuntu install had all ports closed.<br><br></div><div>Thanks !<br></div></div>