[sqlmap-users] Custom injection payload in POST
Brought to you by:
inquisb
From: Marcell F. <fod...@gm...> - 2013-04-19 08:58:45
|
How to use --prefix and --suffix like paramaters testing POST request? I am having trouble with a POST parameter like this: ..&a=asd')[injection]-- -&b=1 I tried using: ..&a=asd')*-- -&b=1 and -p "a" but fails to find the injection point. Manually the point works. M |