Some of the 404 error logs I see on my website are obviously caused by vulnerably scanners and in most cases, I can understand what it is scanning! (and it's mainly about sql-injection)
However I've seen a couple of logs which I don't quite understand. You can see sample of the requested urls below:
http://example.com/}];this.forHtmlScript(SyntaxHighlighter.regexLib.aspScriptTags)}typeof
http://example.com/System.Web.AspNetHostingPermission,
I understand that former is somehow trying to exploit some bug in syntax highlighter I used in site (from http://alexgorbatchev.com) and the the latter is trying to make use of ASP.NET hosting bugs.
My question is:
First of all, am I right about assuming these logs as some kind of vulnerably scanner activity?
Moreover, what issue are they trying to take advantage of?