[sqlmap-users] injection into cookies
Brought to you by:
inquisb
From: Robin W. <ro...@di...> - 2011-08-02 12:41:37
|
Hi I've got an application that is vulnerable to SQLi in one of two cookie parameters. The one that is injectable is the ASP.NET_SessionId which has to start with a valid session id but then if given an extra ' on the end it fails and dumps out a nice SQL error. So what I need to do is to tell sqlmap to inject onto the end of the one cookie but leave the other intact. Is this possible? Robin |