{ 0 comments }
port scanning
How do I use nmap command to scan a single server using a host name or an IP address under Unix like operating systems?
Q. How do I find out which ports are opened on my own server? How do I run port scanning using nc command? A. It may be useful to know which ports are open and running services on a target machine. You can use nmap command for port scanning. How do I use nc to [...]
{ 3 comments }

