Port 1080 โ€” SOCKS

TCP ยท Port 1080/TCP is used for the SOCKS (Simple Object Access Protocol over TCP) service, which allows network traffic to be proxied through a server. This can be useful for bypassing firewalls and accessing blocked websites or services. From a security perspective, using SOCKS can provide anonymity and help protect user identities.

Port Number
1080
Service Name
SOCKS
Protocol
TCP
Common Software
Dante, 3proxy

Security Notes

Review IANA registry for port 1080 usage. Apply principle of least privilege - only open ports that are required.

FAQ

What is port 1080 used for?

Port 1080 is used for SOCKS. Port 1080/TCP is used for the SOCKS (Simple Object Access Protocol over TCP) service, which allows network traffic to be proxied through a server. This can be useful for bypassing firewalls and accessing blocked websites or services. From a security perspective, using SOCKS can provide anonymity and help protect user identities. Common software: Dante, 3proxy.

Is port 1080 dangerous to leave open?

Review IANA registry for port 1080 usage. Apply principle of least privilege - only open ports that are required.

How do I check if port 1080 is open?

Use nmap: nmap -p 1080 <target> or check locally: ss -tlnp | rg 1080