Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
vulnerability ?
#3
in your .htaccess file:

Code:
RewriteEngine on
RewriteRule ^yourfile.xml$ 404.html

where your 404.html could be either a page not found
or any garbage page, which will display as invalid url.

or use this:

Code:
<FilesMatch ".(xml)$">
  order allow,deny
  deny from all
</FilesMatch>

== tagged - password protect xml ==
Reply


Messages In This Thread
vulnerability ? - by dryland404 - 2021-06-04, 07:25:15
RE: vulnerability ? - by shawn_a - 2021-06-06, 04:25:03
RE: vulnerability ? - by Felix - 2021-06-06, 16:59:26
RE: vulnerability ? - by shawn_a - 2021-06-11, 11:01:00



Users browsing this thread: 1 Guest(s)