[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Oracle 10g Dynamic Monitoring Services XSS /servlet/Spy
- To: bugtraq@xxxxxxxxxxxxxxxxx
- Subject: Re: Oracle 10g Dynamic Monitoring Services XSS /servlet/Spy
- From: dstinbox@xxxxxxxxx
- Date: 5 Sep 2008 16:43:12 -0000
I ran accross your post,
can you tell me how to harden the config file against this
would this do it ?
<Directory "<Directory "E:\infra\ ...">
AllowOverride None
Options None
Order deny,allow
Deny from all
Allow from localhost
</Directory>