Re: [sqlmap-users] error while running sqlmap with request file
Brought to you by:
inquisb
From: Sabin R. <thi...@gm...> - 2014-04-08 15:12:09
|
hi Miroslav, the work around from Brandon did work. I faced this in the latest kali 1.06 and also in the case of window 8. thanks for your reply. :) regards, sabin On Mon, Apr 7, 2014 at 11:28 PM, Miroslav Stampar < mir...@gm...> wrote: > 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.com/sqlmapproject/sqlmap.git > 3) cd sqlmap > 4) python sqlmap.py -r request.txt > > Kind regards, > Miroslav Stampar > > > On Mon, Apr 7, 2014 at 3:48 PM, Brandon Perry <bpe...@gm...>wrote: > >> Specify an absolute path to the request file. >> >> >> On Mon, Apr 7, 2014 at 3:34 AM, Sabin Ranjit <thi...@gm...>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 specified HTTP request file does not exist. " >>> >>> I have used following syntax to run it >>> #sqlmap -r 'payment_form_submit.txt' --dbms="MySQL" --level=3 --risk=4 >>> -p cardNumber >>> >>> i have attached the request file here with changed hostname. Thank you. >>> >>> regards, >>> sabin >>> >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> Put Bad Developers to Shame >>> Dominate Development with Jenkins Continuous Integration >>> Continuously Automate Build, Test & Deployment >>> Start a new project now. Try Jenkins in the cloud. >>> http://p.sf.net/sfu/13600_Cloudbees_APR >>> _______________________________________________ >>> sqlmap-users mailing list >>> sql...@li... >>> https://lists.sourceforge.net/lists/listinfo/sqlmap-users >>> >>> >> >> >> -- >> http://volatile-minds.blogspot.com -- blog >> http://www.volatileminds.net -- website >> >> >> ------------------------------------------------------------------------------ >> Put Bad Developers to Shame >> Dominate Development with Jenkins Continuous Integration >> Continuously Automate Build, Test & Deployment >> Start a new project now. Try Jenkins in the cloud. >> http://p.sf.net/sfu/13600_Cloudbees_APR >> _______________________________________________ >> sqlmap-users mailing list >> sql...@li... >> https://lists.sourceforge.net/lists/listinfo/sqlmap-users >> >> > > > -- > Miroslav Stampar > http://about.me/stamparm > |