Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What non-standard ports are safe to use?

Tags:

apache

I'm using a non-standard port for the administrator controls and I'm wondering if theres any particular port I should use or is it safe to just use any port that doesn't have any script assigned to it?

like image 610
Ryan Avatar asked Jul 29 '10 15:07

Ryan


1 Answers

Long story short anything above 1024 is "safe" if I am understanding your definition of safe. Although, I can certainly check all ports on your box.

My impression (please correct if I am wrong) but most people scanning boxes usually do not go above 1024 on a broad range scan. They may check all ports if it is a box of particular interest to them.

Perhaps explain your situation a bit more and what the desired end result is and we can formulate a plan for you.

like image 173
Chris Avatar answered Sep 21 '22 12:09

Chris