0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
7.0-0
/
standard
/
htdocs
/
lang
/
[
Home
]
File: web.config
<?xml version="1.0" encoding="UTF-8"?> <configuration> <system.webServer> <rewrite> <rules> <rule name="RequestBlockingRule2"> <match url=".*" /> <conditions> <add input="{URL}" pattern="\.js$" negate="true" /> </conditions> <action type="CustomResponse" statusCode="403" /> </rule> </rules> </rewrite> </system.webServer> </configuration>