Re: [sqlmap-users] SQLMAP ERROR, SQLmap disappearing

2014-09-30 Thread Miroslav Stampar
http://sourceforge.net/p/sqlmap/mailman/sqlmap-users/thread/51e205b9.8020...@gmail.com/ Bye On Tue, Sep 30, 2014 at 10:39 AM, Ogunwede Stephen wrote: > Hello, > I installed smtpmap, but it keeps disappearing each time i press enter. > > Also i have this error on it > > sqlmap: error: missing a

Re: [sqlmap-users] sqlmap error - log attached

2013-09-07 Thread Miroslav Stampar
Hi. That file is a standard part of sqlmap. Please remove the sqlmap directory and retrieve it with: git clone https://github.com/sqlmapproject/sqlmap.git Kind regards, Miroslav Stampar On Mon, Sep 2, 2013 at 3:27 AM, Jeff Samuel wrote: > Hi, here“s the error log > > ** ** > > ==

Re: [sqlmap-users] sqlmap error

2012-08-06 Thread Miroslav Stampar
Hi. Metasploit's module sqlmap(.rb) is obsolete. Kind regards, Miroslav Stampar On Fri, Aug 3, 2012 at 6:37 PM, D Atkin wrote: > hi > > im try to run sqlmap from msf but i keep getting this error > > the sqlmap script could not be found: > > iv already had sqlmap path to system Path envirounm

Re: [sqlmap-users] sqlmap error

2012-07-22 Thread Bernardo Damele A. G.
Dusan, you are running a year and a half outdated version of sqlmap. Run the following command: $ git clone https://github.com/sqlmapproject/sqlmap.git sqlmap-dev and try your run again from sqlmap-dev directory. Bernardo On 22 July 2012 20:52, Dusan Lauko wrote: > [20:02:09] [CRITICAL] unha

Re: [sqlmap-users] sqlmap error

2011-09-18 Thread Miroslav Stampar
hi. you are probably using Windows and you just double clicked the sqlmap.py file :) you are supposed to go the "Command Prompt" inside Windows OS, go to the sqlmap's directory, and from there run: python sqlmap.py together with other options. also, you are advised to checkout the latest v1.0-de

Re: [sqlmap-users] SQLMAP Error

2011-08-01 Thread Miroslav Stampar
hi Olu proper fix should be r4318. please update to have it fixed. kr On Tue, Aug 2, 2011 at 1:18 AM, Bernardo Damele A. G. wrote: > Hi Olu, > > I committed a possible fix. Can you please svn update and retry? > > Bernardo > > > On 1 August 2011 19:29, Olu Akindeinde wrote: >> Hi, >> I have st

Re: [sqlmap-users] SQLMAP Error

2011-08-01 Thread Bernardo Damele A. G.
Hi Olu, I committed a possible fix. Can you please svn update and retry? Bernardo On 1 August 2011 19:29, Olu Akindeinde wrote: > Hi, > I have started receiving this error when I Ctrl+C and it tries to crack the > hashes. It wasn't like that before. > Thanks > [19:23:41] [WARNING] Ctrl+C detec

Re: [sqlmap-users] SQLMap Error During Crawl

2011-07-11 Thread Miroslav Stampar
hi Jovon. it should be fixed with the latest commit. the problem is that in your case some of crawled links were in "invalid" form but from now on sqlmap shouldn't crash on these any more. kr On Mon, Jul 11, 2011 at 6:55 AM, Ahmed Shawky wrote: > From the exception "InvalidURL: nonnumeric port:

Re: [sqlmap-users] SQLMap Error During Crawl

2011-07-10 Thread Ahmed Shawky
>From the exception "InvalidURL: nonnumeric port: '80#content'" It seems that you supplied sqlmap with Invalid URL On Mon, Jul 11, 2011 at 5:00 AM, Jovon Itwaru wrote: > Received the following error when perform crawl: > > sqlmap version: 1.0-dev (r4243) > Python version: 2.6.1 > Operating system

Re: [sqlmap-users] SQLMap Error

2011-07-09 Thread Miroslav Stampar
hi Olu. this should be fixed with r4237. kr On Sat, Jul 9, 2011 at 1:16 AM, Olu Akindeinde wrote: > Hi, > Ran into this error whilst performing a test > sqlmap version: 1.0-dev (r4236) > Python version: 2.6.1 > Operating system: posix > Command line: ./sqlmap.py -u *

Re: [sqlmap-users] SQLMap Error with Access

2011-07-08 Thread Bernardo Damele A. G.
Hi, Please find it fixed now, r4230. Thanks for reporting. Bernardo On 8 July 2011 09:40, RS wrote: > ./sqlmap.py -u > "http://www.modsecurity.org/zero.webappsecurity.com/login1.asp"; --data > "login=&password=&graphicOption=minimum" --parse-errors -v 3 > --random-agent --level 5 --risk 3 --ba

Re: [sqlmap-users] sqlmap error

2011-07-08 Thread Bernardo Damele A. G.
Hi Chris, This is fixed now, but there's another bug I introduced recently. I will fix that as soon as possible. Thanks for reporting. Bernardo On 7 July 2011 21:44, Chris Clements wrote: > [15:37:17] [CRITICAL] unhandled exception in sqlmap/1.0-dev (r4224), retry > your run with the latest dev

Re: [sqlmap-users] sqlmap error on BT5

2011-06-16 Thread Bernardo Damele A. G.
Hi Joseph, Thanks for reporting. We dealt with the traceback and will investigate further why the SVN server asks for credentials from time to time. Bernardo On 15 June 2011 20:40, Joseph Smith wrote: > I keep getting this error when trying to update. > > sqlmap version: 0.9 (r3630) > Python v