CSRF question
Posted by:
Anonymous User
Date: May 30, 2007 01:40PM
I found a CSRF vulnerable site. It's an auction site, kind like ebay. Session riding is effective only when POSTed, but I've managed that with forms and simple JavaScript (found in WhiteAcid's XSS POST forwarder) that submits form automatically. Almost perfect... the problem is that every time the bid is placed via CSRF the user gets redirected to a site which informs him/her that: "...the bid was placed successfully and bla, bla, bla..." Is there any way to circumvent that redirection or at least to control where the user gets redirected.