I was browsing my website's server logs, and noticed these strange entries in the 'request uri' column.
/.open_box
/.slideshow
/.motion_detected
Each of those words are in the Java Script associated with the site.
The attacker seems to be stepping through my Java Script objects and putting each into a request like /.container or /.slideshow What might they be trying to do?
If I had something like the following in my .htaccess file:
AddType application/open_box
the attacker might get somewhere, I suppose, but that seems far fetched.