finn15 Posted April 9, 2020 Posted April 9, 2020 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.
wolstech Posted April 9, 2020 Posted April 9, 2020 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.
finn15 Posted April 9, 2020 Author Posted April 9, 2020 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 ?
Krydos Posted April 10, 2020 Posted April 10, 2020 You can get sockets to work with .htaccess I believe. Never done it myself.
Recommended Posts