nmap open ports linux
There are two good methods to see what ports are open in Linux you can use nmap which is a port scanner and you can use netstat. nmap can be used to scan your machine to see whats ports are open issue the following command to scan your computers machine: CODE nmap -sS -O 127.0.0.1… Leer más »