finn15 Posted April 9, 2020 Share 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. Link to comment Share on other sites More sharing options...
wolstech Posted April 9, 2020 Share 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. Link to comment Share on other sites More sharing options...
finn15 Posted April 9, 2020 Author Share 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 ? Link to comment Share on other sites More sharing options...
Krydos Posted April 10, 2020 Share Posted April 10, 2020 You can get sockets to work with .htaccess I believe. Never done it myself. Link to comment Share on other sites More sharing options...
finn15 Posted April 10, 2020 Author Share Posted April 10, 2020 thanks I will try that Link to comment Share on other sites More sharing options...
Recommended Posts