| Article: |
Introducing mod_security | |
| Subject: | filettering php shell Scripts | |
| Date: | 2006-02-21 09:58:35 | |
| From: | ALDWLYA | |
|
dear sirs,
|
||
Showing messages 1 through 1 of 1.
-
filettering php shell Scripts
2006-02-24 09:05:09 Ivan Ristic |
[View]
Inspecting a file before it is executed shouldn't be difficult. The best approach is probably to use a custom Apache module configured to execute just before PHP (in your case) execution takes place. It would scan the target script and refuse to run if it detects something inappropriate.


