xeross
02-16-2008, 03:16 PM
Hey, I'm hosting some people now and i'm looking for some protection against php shells, it's a windows xp box
![]() | View Full Version : PHP Shells Protection(Windows XP) xeross 02-16-2008, 03:16 PM Hey, I'm hosting some people now and i'm looking for some protection against php shells, it's a windows xp box (Stephen) 02-16-2008, 04:29 PM NTFS permissions are the first line. Then the next is to disable php :D xeross 02-16-2008, 04:35 PM isn't there something like a virusscanner that detects them DephNet[Paul] 02-16-2008, 05:15 PM Just wondering, why are you hosting on Windows XP? Paul Shaw Networks 02-16-2008, 06:44 PM ;4964091']Just wondering, why are you hosting on Windows XP? Paul Same question here :P You're not going to be able to completely secure a Windows XP hosting platform against PHP shells and other PHP command execution scripts. xeross 02-17-2008, 12:45 PM ur telling me i should remove everything and download win2k3 server ? and if i installed that there isn't any good server control panel or anything that's free, or is there ? StoAdm 02-17-2008, 01:38 PM I'd go with FreeBSD and webmin if you don't need any windows specific apps. that is. :) sam_cogan 02-19-2008, 12:13 PM Well for a start hosting on XP is breaking the licence agreement, secondly XP is limited to 10 concurrent incoming connections, so if more than 10 people try to access your sites at once, then they will get there connection refused. |