I was just wondering if it is a wise idea to open pwAdmin to the WAN or not.
Taking a look at the source code it seems relatively secure where it compares the entered password/key to the one stored in pwadminconf.jsp
But is there any way to bypass that like with XSS or getting the page to display the iweb_password variable.Code:if(encode(request.getParameter("key"), MessageDigest.getInstance("MD5")).compareTo(iweb_password) == 0) { request.getSession().setAttribute("ssid", request.getRemoteAddr()); }
I just want to know if it is a good idea to have the port for pwAdmin open to the WAN...


Reply With Quote


