> New webinator install and Texis ISAPI is functioning.
This means that everything's ok if you request /texis/webintor/dowalk or /texis/webinator/search, yes?
> Adding html code at the end indicates cross site
> scripting vulnerability. For example,
>
http://websitename/texis<Script>alert('XSS');</script>
I don't see any indication of a vulnerability. Trying the example you provided didn't execute the code, but produced the expected 404:
The requested URL '/texis<script>alert('xss');</script>'
was not found on this server.
> When searched for the error message text, The
> requested URL '%.80s' was not found on this server
> was found in moniter.exe/texis.exe
What does "The requested URL '%.80s' was not found on this server" being in the executables have to do with a vulnerability?