Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What are “remapped” ports?

ports remapped
0
Posted

What are “remapped” ports?

0

A common technique is to remap ports to some other address. For example, whereas the default port for HTTP is 80, many people remap it to another port, such as 8080 (hence, this document could reside at http://www.robertgraham.com:8080/pubs/firewall-seen.html if I were to remap the port). Remapping is done under the theory that making the port harder to find will make it more difficult for a hacker to exploit. Instead of simply exploiting a well-known service at a well-known port, the hacker will have to port scan the machine. Most port remapping is done at some variation of the original port. Therefore, most HTTP ports are based upon a variation of the theme “80”: 81, 88, 8000, 8080, 8888, and so forth. POP, which is originally at port 110 can often be found at port 1100. There are other statistically significant chosen numbers, like 12345, 23456, 34567, etc. Many people also choose numbers that are well known for other reasons; 42, 69, 666, 31337, and so on. The recent proliferation

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123