Re: [sqlmap-users] bugreport - ubuntu 10.04
Brought to you by:
inquisb
From: e1m1 <e1...@zl...> - 2010-08-09 04:19:08
|
hi, running sqlmap 0.8 without probs.I'm send bugreport to ubuntu comunity :) Thx > Hi. > > You are currently using pretty outdated version of sqlmap. Please > check out latest development version from our SVN repository ($ svn > checkout https://svn.sqlmap.org/sqlmap/trunk/sqlmap sqlmap-dev). > > Kind regards. > > On Sat, Aug 7, 2010 at 11:35 PM, e1m1<e1...@zl...> wrote: > >> Hi , >> >> after running sqlmap --update i'm got this error.I'm Running ubuntu >> 10.04 - Linux hostname 2.6.32-24-generic #39-Ubuntu SMP Wed Jul 28 >> 06:07:29 UTC 2010 i686 GNU/Linux.I'm get sqlmap by aptitude install sqlmap. >> >> [root@hostname][~]$ sqlmap --update >> /usr/share/sqlmap/lib/core/convert.py:27: DeprecationWarning: the md5 >> module is deprecated; use hashlib instead >> import md5 >> /usr/share/sqlmap/lib/core/convert.py:28: DeprecationWarning: the sha >> module is deprecated; use the hashlib module instead >> import sha >> >> sqlmap/0.6.4 coded by Bernardo Damele A. G.<ber...@gm...> >> and Daniele Bellucci<dan...@gm...> >> >> [*] starting at: 23:32:49 >> >> [23:32:49] [INFO] updating sqlmap >> [23:32:49] [ERROR] unhandled exception in sqlmap/0.6.4, please copy the >> command line and the following text and send by e-mail to >> sql...@li.... The developers will fix it as soon >> as possible: >> sqlmap version: 0.6.4 >> Python version: 2.6.5 >> Operating system: linux2 >> Traceback (most recent call last): >> File "/usr/bin/sqlmap", line 78, in main >> init(cmdLineOptions) >> File "/usr/share/sqlmap/lib/core/option.py", line 770, in init >> update() >> File "/usr/share/sqlmap/lib/core/update.py", line 349, in update >> __updateSqlmap() >> File "/usr/share/sqlmap/lib/core/update.py", line 246, in __updateSqlmap >> logger.errMsg(errMsg) >> AttributeError: Logger instance has no attribute 'errMsg' >> >> [*] shutting down at: 23:32:49 >> >> [root@hostname][~]$ >> >> >> ------------------------------------------------------------------------------ >> This SF.net email is sponsored by >> >> Make an app they can't live without >> Enter the BlackBerry Developer Challenge >> http://p.sf.net/sfu/RIM-dev2dev >> _______________________________________________ >> sqlmap-users mailing list >> sql...@li... >> https://lists.sourceforge.net/lists/listinfo/sqlmap-users >> >> > > > |