Re: [sqlmap-users] Cannot identify JSON parameters

2015-06-14 Thread Brandon Perry
ideas? > > Kind regards, > Guo > > > 发件人: Brandon Perry [mailto:bperry.volat...@gmail.com] > 发送时间: 2015年6月12日 21:37 > 收件人: guoyangjuan > 抄送: sqlmap-users@lists.sourceforge.net; Longxiang > 主题: Re: [sqlmap-users] Cannot identify JSON parameters > > --data="{&qu

Re: [sqlmap-users] Cannot identify JSON parameters

2015-06-12 Thread Brandon Perry
--data="{"apn":"requestApn","language":"zh_CN"}" That is not the correct way to specify JSON, should use outer single quotes. --data='{"apn":"requestApn","language":"zh_CN"}' On Fri, Jun 12, 2015 at 4:29 AM, guoyangjuan wrote: > Hi, > > > > I'm using sqlmap/1.0-dev-nongit-20150608 to test the

[sqlmap-users] Cannot identify JSON parameters

2015-06-12 Thread guoyangjuan
Hi, I'm using sqlmap/1.0-dev-nongit-20150608 to test the following JSON request that I extracted from Burp and censored a bit: -- POST /SomeURL/getApns.action HTTP/1.1 Host: IP:8443 User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:34.0