[sqlmap-users] error while running sqlmap with request file

2014-04-07 Thread Sabin Ranjit
hello all, im getting this error while running the sqlmap with following request file. the error displays "parsing HTTP request from 'payment_form_submit.txt' [04:22:54] [CRITICAL] the specified HTTP request file does not exist. " I have used following syntax to run it #sqlmap -r 'payment_form_sub

Re: [sqlmap-users] error while running sqlmap with request file

2014-04-07 Thread Brandon Perry
Specify an absolute path to the request file. On Mon, Apr 7, 2014 at 3:34 AM, Sabin Ranjit wrote: > hello all, > im getting this error while running the sqlmap with following request > file. the error displays "parsing HTTP request from > 'payment_form_submit.txt' > [04:22:54] [CRITICAL] the sp

Re: [sqlmap-users] error while running sqlmap with request file

2014-04-07 Thread Miroslav Stampar
Hi. This seems to be a known issue in Kali's (and similar) pre-installed sqlmap package. If this work around from Brandon doesn't work out for you please copy the request.txt to the /tmp directory and checkout/run the latest revision like described here: 1) cd /tmp 2) git clone https://github.co