If the server escapes everything (example <b>hi</b> becomes \<b\>hi\<\\b\>) then you can't xss with the script method. As far as the browser leaving %20 no it won't execute. using + instead of %20 also will not work. If you can manage to get the xss hole between a <script>
example
<script> $variable-vuln-to-xss </script>
then it would be possible. Obviously script isn't the only method to call javascript. When you encode the entire string does it leave it or attempt any type of translation back?
(aka does it simply not translate %20 or does it do this to every character?)
> > Hey I am trying to figure out a way to exploit a webserver that is Received on Thu Dec 5 14:46:15 2002
This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 14:07:37 EDT