Jump to content

Recommended Posts

Posted

Hey there, 

 

I am doing some socket and Python stuff and I am wondering is there a list of open Ports I can use ? 

I am using the Port 5050 right now but I can change it to anything if I have to.

Posted

The common internet ports are open outbound: 21,25,80,443,8080, as well as cpanel ports (2082 and 2083). Others are by request only with good reason given. We need the port and the IP of the remote server you'll be connecting to.

 

We do not allow custom daemons, so inbound ports cannot be opened.

Posted

Ok thanks when the inbound ports are not opened can I still send data via the python socket library to my python script in the server ?

Guest
This topic is now closed to further replies.
×
×
  • Create New...