Re: [sqlmap-users] querystring?
Brought to you by:
inquisb
From: Mattia V <so...@gm...> - 2014-01-14 11:45:06
|
Sorry to interrupt, but this is something I've been looking for for quite a while. Could you please point out an example of usage on how to inject to a custom point that is not the url (e.g. a POST form)? Thank you very much On Tue, Jan 14, 2014 at 10:59 AM, Chris Oakley <chr...@gm... > wrote: > You can tell the program to inject anywhere. If your injection point is > in a slightly weirder place (and, to be honest, even if it's not) then the > easiest thing to do is to save the HTTP request to a file, place a * where > you want the program to inject and use the -r command to point SQLMap at > the right request file. - Chris > > |