Re: [sqlmap-users] Bug in 1.0-dev (r4685)
Brought to you by:
inquisb
From: Miroslav S. <mir...@gm...> - 2012-01-20 11:00:48
|
Hi Artjom. Thank you for your report and find it fixed with the latest revision (r4689). Kind regards, Miroslav Stampar On Fri, Jan 20, 2012 at 11:52 AM, Artjom <shi...@gm...> wrote: > Hello Miroslav, > > There is one more small problem in the latest revision (4688). Sqlmap > crashes if the value of "code" in Detection section of config file is > uncommented and not set (example config attached). This config is (apart > from edited bulkfile value) was generated by sqlmap itself. > > Regards, > > Artjom > > On Thu, Jan 19, 2012 at 11:57 PM, Miroslav Stampar < > mir...@gm...> wrote: > >> Hi Nightman. >> >> Thank you for your report. It should be fixed with the latest commit. >> >> Kind regards, >> Miroslav Stampar >> >> >> On Mon, Jan 16, 2012 at 12:18 AM, <nig...@em...> wrote: >> >>> Hi >>> I found a new bug >>> >>> C:\map>sqlmap -d mysql://USER:PASSWORD@DBMS_IP:DBMS_PORT/DATABASE_NAME >>> --file-write=C:\\temp\\test.php >>> --file-dest=/var/www/*********/httpdocs/test.php >>> >>> [23:23:36] [INFO] confirming MySQL >>> [23:23:38] [INFO] the back-end DBMS is MySQL >>> back-end DBMS: MySQL >= 5.0.0 >>> [23:23:38] [INFO] fingerprinting the back-end DBMS operating system >>> [23:23:39] [INFO] the back-end DBMS operating system is Linux >>> [23:54:54] [WARNING] Lost connection to MySQL server during query >>> [23:54:54] [WARNING] Lost connection to MySQL server during query >>> [23:54:54] [WARNING] Lost connection to MySQL server during query >>> [23:54:54] [WARNING] Lost connection to MySQL server during query >>> [23:54:54] [WARNING] Lost connection to MySQL server during query >>> [23:54:54] [WARNING] Lost connection to MySQL server during query >>> [23:54:54] [WARNING] Lost connection to MySQL server during query >>> [23:54:54] [WARNING] Lost connection to MySQL server during query >>> [23:54:54] [WARNING] Lost connection to MySQL server during query >>> [23:54:54] [WARNING] Lost connection to MySQL server during query >>> [23:54:54] [WARNING] Lost connection to MySQL server during query >>> [23:54:54] [WARNING] Lost connection to MySQL server during query >>> [23:54:54] [WARNING] Lost connection to MySQL server during query >>> do you want confirmation that the file >>> '/var/www/**********/httpdocs/test.php' has been >>> successfully written on the back-end DBMS file system? [Y/n] n >>> >>> [23:55:09] [CRITICAL] unhandled exception in sqlmap/1.0-dev (r4685), >>> retry your run with the latest >>> development version from the Subversion repository. If the exception >>> persists, please send by e-mail >>> to sql...@li... the following text and any >>> information required to reproduce >>> the bug. The developers will try to reproduce the bug, fix it >>> accordingly and get back to you. >>> sqlmap version: 1.0-dev (r4685) >>> Python version: 2.7.2 >>> Operating system: nt >>> Command line: C:\map\sqlmap.py -d >>> **************************************************** >>> --file-write=C:\\temp\\test.php >>> --file-dest=/var/www/**********/httpdocs/test.php >>> Technique: STACKED >>> Back-end DBMS: MySQL (fingerprinted) >>> Traceback (most recent call last): >>> File "C:\map\_sqlmap.py", line 83, in main >>> start() >>> File "C:\map\lib\controller\controller.py", line 227, in start >>> action() >>> File "C:\map\lib\controller\action.py", line 165, in action >>> conf.dbmsConnector.close() >>> File "C:\map\plugins\generic\connector.py", line 54, in close >>> self.connector.close() >>> File >>> "C:\Users\*******\AppData\Roaming\Python\Python27\site-packages\pymysql\connections.py", >>> lin >>> e 541, in close >>> self.wfile.write(send_data) >>> File "C:\Python27\lib\socket.py", line 324, in write >>> self.flush() >>> File "C:\Python27\lib\socket.py", line 303, in flush >>> self._sock.sendall(view[write_offset:write_offset+buffer_size]) >>> error: [Errno 10053] An established connection was aborted by the >>> software in your host machine >>> >>> [*] shutting down at 23:55:09 >>> >>> >>> ------------------------------------------------------------------------------ >>> RSA(R) Conference 2012 >>> Mar 27 - Feb 2 >>> Save $400 by Jan. 27 >>> Register now! >>> http://p.sf.net/sfu/rsa-sfdev2dev2 >>> _______________________________________________ >>> sqlmap-users mailing list >>> sql...@li... >>> https://lists.sourceforge.net/lists/listinfo/sqlmap-users >>> >> >> >> >> -- >> Miroslav Stampar >> http://about.me/stamparm >> >> >> ------------------------------------------------------------------------------ >> Keep Your Developer Skills Current with LearnDevNow! >> The most comprehensive online learning library for Microsoft developers >> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, >> Metro Style Apps, more. Free future releases when you subscribe now! >> http://p.sf.net/sfu/learndevnow-d2d >> >> _______________________________________________ >> sqlmap-users mailing list >> sql...@li... >> https://lists.sourceforge.net/lists/listinfo/sqlmap-users >> >> > > > ------------------------------------------------------------------------------ > Keep Your Developer Skills Current with LearnDevNow! > The most comprehensive online learning library for Microsoft developers > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > Metro Style Apps, more. Free future releases when you subscribe now! > http://p.sf.net/sfu/learndevnow-d2d > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > > -- Miroslav Stampar http://about.me/stamparm |