What is Port 80 and How Does It Work?
Port 80 is the default TCP port for unencrypted World Wide Web HTTP traffic.
Security Vulnerabilities & Attack Vectors on Port 80
HTTP traffic is plaintext and prone to eavesdropping. Modern servers must permanently redirect Port 80 to Port 443 (HTTPS).
Auditing & Scanning Port 80 with Nmap
Run the following command to check if Port 80 is reachable and determine service fingerprints:
nmap -p 80 -sV --script http-title,http-headers