How secure is internal HTTP server?
Do I need to be concerned with hackers trying to connect with any PC opening port 80, thinking they have a windows IIS server?
Bob
Autor: BobBob Data: 2016-07-06 21:56:02 |
How secure is internal HTTP server? Do I need to be concerned with hackers trying to connect with any PC opening port 80, thinking they have a windows IIS server?
Bob |
Autor: Mirek (staff) Data: 2016-07-09 18:20:51 |
Hi, Winflector http server is very simple and is limited to internal html files and files that are located in server/httproot folder. You cannot run any exe file on the server. All files the server can send to browser are limited to httproot folder and subfolders. Winflector http server was created only for its own html files, but you are able to put your own simple htmls in httproot folder. The server can see them if there is index.html in that folder and Winflector server is licensed and activated. |
Autor: BobBob Data: 2016-07-10 15:29:25 |
So is it immune to injection attacks that are used against IIS server and apache? What about denial of service attacks?
Anything that is recommended security wise for users using the browser interface?
Bob |
Autor: Mirek (staff) Data: 2016-07-18 11:29:37 |
There should be no problem with injection attacks, but I think Winflector HTTP server is not resistant to DDoS. |