Re: [sqlmap-users] error while running sqlmap with request file
Brought to you by:
inquisb
From: Miroslav S. <mir...@gm...> - 2014-04-07 17:43:27
|
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 |