hello, sla.ckers
i'm currently learning HTTP Response Splitting, but still cannot get how to perform this attack
so i have vulnerable site. i'm sure that it's vulnerable because it is CMS and there is security advisory stating that version i use is vulnerable
the only one redirect i've found, is when you are at some page and login via block, you are forwarded to the same page
it looks like
http://www.site.com/?destination=somepage
then you login and gets forwarded to
http://www.site.com/somepage
so, as far as i understood HTTPRS, i should follow something like
http://www.site.com/?destination=%0d%0aContent-Length:%200%0d%0a%0d%0aHTTP/1.1%20200%20OK%0d%0aContent-Type:%20text/html%0d%0aContent-Length:%2019%0d%0a%0d%0a<html>OK</html>
and then login
but
i'm simply forwarded to
http://www.site.com/%0d%0aContent-Length:%200%0d%0a%0d%0aHTTP/1.1%20200%20OK%0d%0aContent-Type:%20text/html%0d%0aContent-Length:%2019%0d%0a%0d%0a<html>Shazam</html>
and it says 404
what am i doing wrong?
---------
http://p0deje.blogspot.com