lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Mon Mar  6 14:30:38 2006
From: davek_throwaway at hotmail.com (Dave Korn)
Subject: Re: Arin.net XSS

Steven wrote:
> It works in IE just fine and probably some other browsers.
>
> Firefox does a few things:
>
> 1) It takes the liberty of converting "<" to %3C
> 2) Leaves %3C as %3C and does not convert into "<"

  Nope, that's bog-standard URL encoding, IE does it too, although they may 
differ in whether they show you it or not, but the request sent to the 
server is always URL-encoded.

> This prevents the script from being interpreted (in)properly via the
> Address bar.

  Nope, it's not run from the address bar, it's run from the body html of 
the returned page.

    cheers,
      DaveK
-- 
Can't think of a witty .sigline today.... 



Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ