Digital Marketing

Linux Port Scanning

Check what services are running on the Linux system using port scanning utilities. 

These commands are sometimes used to identify open TCP ports and related services:

# netstat -tulp
# lsof -iTCP -sTCP:LISTEN
# nmap -sTU

Comments

Popular posts from this blog

MySQL Sandbox with the Sakila sample database