You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I haven't looked at the code to see if this has already been guarded against but I want to bring it to someone's attention in case it hasn't been.
There are certain things you may not want your server users able to poke around with. For example, most routers are running on 192.168.1.1. I really don't want people on my server able to poke around and access my router's admin console (I have a password but let's be honest here, how many people actually change the default password).
Many people running servers probably aren't using a hosting service and having http/tcp enabled currently gives players full access to the server's internal network.
It's a simple bit of code to have your users tinkering with the server hosters router.
I haven't looked at the code to see if this has already been guarded against but I want to bring it to someone's attention in case it hasn't been.
There are certain things you may not want your server users able to poke around with. For example, most routers are running on
192.168.1.1
. I really don't want people on my server able to poke around and access my router's admin console (I have a password but let's be honest here, how many people actually change the default password).Many people running servers probably aren't using a hosting service and having http/tcp enabled currently gives players full access to the server's internal network.
It's a simple bit of code to have your users tinkering with the server hosters router.
I opened a similar issue against the computercraft mod.
dan200/ComputerCraft#170
The text was updated successfully, but these errors were encountered: