nmap command

How do I identify remote server os and apps using UNIX or Linux command line options?

{ 0 comments }

Q. How do I detect port scan attacks by analyzing Debian Linux firewall log files and block port scans in real time? How do I detect suspicious network traffic under Linux?

{ 27 comments }

Q. How do I check security of my network by running ICMP IP Network Scanning under FreeBSD / Linux? How do I subnet broadcast addresses? All I wanted to see if my firewall is working or not. A. Internet Control Message Protocol (ICMP) one of the core protocols of the Internet protocol suite. It is [...]

{ 0 comments }

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 [...]

{ 0 comments }