EvilZone

Hacking and Security => Hacking and Security => : lailaila September 08, 2012, 12:43:24 PM

: Encoded XSS Url
: lailaila September 08, 2012, 12:43:24 PM
hi,
there is encoded xss, it looks: <script>alert("xss")</script>
script: %3Cscript%3Ealert(%22xss%22)%3C%2Fscript%3E


if web security blocking html chars, so you can use this code. :)
goodluck :)
: Re: Encoded XSS Url
: relax September 08, 2012, 05:45:13 PM
yeah heres a site for xss exapels
http://ha.ckers.org/xss.html
at the bottom there is converter to
: Re: Encoded XSS Url
: Phage September 08, 2012, 07:37:22 PM
This must be some of the first you Will learn in xss. And this Will in most cases not even work since thèrese are a very few sites which has such a poor Security.