Thread: [sqlmap-users] Error
Brought to you by:
inquisb
From: RoMeO <rom...@gm...> - 2009-02-23 00:48:14
|
[19:46:40] [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.4.3 Operating system: linux2 Traceback (most recent call last): File "/usr/bin/sqlmap", line 81, in main start() File "/usr/share/sqlmap/lib/controller/controller.py", line 255, in start action() File "/usr/share/sqlmap/lib/controller/action.py", line 120, in action conf.dbmsHandler.dumpAll() File "/usr/share/sqlmap/plugins/generic/enumeration.py", line 1043, in dumpAll self.cachedTables = self.getTables() File "/usr/share/sqlmap/plugins/dbms/mssqlserver.py", line 279, in getTables for index in range(int(count)): ValueError: invalid literal for int(): |
From: Dennie M. <den...@gm...> - 2009-12-30 12:33:11
|
Hi, I received the following error, hope it is useful for the next realease. Great job on sqlmap, keep up the good work! Dennie --------------------------- [12:58:37] [ERROR] unhandled exception in sqlmap/0.8-rc1, please copy the command line and the following text and send by e-mail to sql...@li.... The developer will fix it as soon as possible: sqlmap version: 0.8-rc1 Python version: 2.6.4rc2 Operating system: linux2 Traceback (most recent call last): File "sqlmap/sqlmap.py", line 84, in main start() File "/home/wouter/sqlmap/lib/controller/controller.py", line 263, in start action() File "/home/wouter/sqlmap/lib/controller/action.py", line 108, in action dumper.lister("available databases", conf.dbmsHandler.getDbs()) File "/home/wouter/sqlmap/plugins/generic/enumeration.py", line 674, in getDbs db = inject.getValue(query, inband=False) File "/home/wouter/sqlmap/lib/request/inject.py", line 378, in getValue value = __goInferenceProxy(expression, fromUser, expected, batch, resumeValue, unpack, charsetType, firstChar, lastChar) File "/home/wouter/sqlmap/lib/request/inject.py", line 128, in __goInferenceProxy output = resume(expression, payload) File "/home/wouter/sqlmap/lib/utils/resume.py", line 144, in resume if len(resumedValue) == int(length): ValueError: invalid literal for int() with base 10: '*!cJ%\x18' [*] shutting down at: 12:58:37 |
From: Bernardo D. A. G. <ber...@gm...> - 2010-01-04 13:07:39
|
Did you try it with --threads? If so, the multi-threading is bugged and need to be fixed, try without. Bernardo On Wed, Dec 30, 2009 at 12:24, Dennie Mans <den...@gm...> wrote: > Hi, > > I received the following error, hope it is useful for the next realease. > Great job on sqlmap, keep up the good work! > > Dennie > > --------------------------- > > [12:58:37] [ERROR] unhandled exception in sqlmap/0.8-rc1, please copy the > command line and the following text and send by e-mail to > sql...@li.... The developer will fix it as soon as > possible: > sqlmap version: 0.8-rc1 > Python version: 2.6.4rc2 > Operating system: linux2 > Traceback (most recent call last): > File "sqlmap/sqlmap.py", line 84, in main > start() > File "/home/wouter/sqlmap/lib/controller/controller.py", line 263, in > start > action() > File "/home/wouter/sqlmap/lib/controller/action.py", line 108, in action > dumper.lister("available databases", conf.dbmsHandler.getDbs()) > File "/home/wouter/sqlmap/plugins/generic/enumeration.py", line 674, in > getDbs > db = inject.getValue(query, inband=False) > File "/home/wouter/sqlmap/lib/request/inject.py", line 378, in getValue > value = __goInferenceProxy(expression, fromUser, expected, batch, > resumeValue, unpack, charsetType, firstChar, lastChar) > File "/home/wouter/sqlmap/lib/request/inject.py", line 128, in > __goInferenceProxy > output = resume(expression, payload) > File "/home/wouter/sqlmap/lib/utils/resume.py", line 144, in resume > if len(resumedValue) == int(length): > ValueError: invalid literal for int() with base 10: '*!cJ%\x18' > > [*] shutting down at: 12:58:37 > > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > > -- Bernardo Damele A. G. E-mail / Jabber: bernardo.damele (at) gmail.com Mobile: +447788962949 (UK 07788962949) PGP Key ID: 0x05F5A30F |
From: Thierry Z. <Th...@Zo...> - 2010-05-04 07:37:59
|
[01:21:15] [INFO] retrieved: IM[01:22:53] [ERROR] unhandled exception in sqlmap/0.8-rc4, please copy the command line and the following text and send by e-mail to sql...@li.... The developer will fix it as soon as possible: sqlmap version: 0.8-rc4 Python version: 2.5.2 Operating system: linux2 Traceback (most recent call last): File "./sqlmap.py", line 80, in main start() File "/pentest/database/sqlmap/lib/controller/controller.py", line 259, in start action() File "/pentest/database/sqlmap/lib/controller/action.py", line 108, in action dumper.dbTables(conf.dbmsHandler.getTables()) File "/pentest/database/sqlmap/plugins/dbms/mssqlserver.py", line 379, in getTables table = inject.getValue(query, inband=False) File "/pentest/database/sqlmap/lib/request/inject.py", line 373, in getValue value = __goInferenceProxy(expression, fromUser, expected, batch, resumeValue, unpack, charsetType, firstChar, lastChar) File "/pentest/database/sqlmap/lib/request/inject.py", line 303, in __goInferenceProxy outputs = __goInferenceFields(expression, expressionFields, expressionFieldsList, payload, expected, resumeValue=resumeValue, charsetType=charsetType, firstChar=firstChar, lastChar=lastChar) File "/pentest/database/sqlmap/lib/request/inject.py", line 95, in __goInferenceFields output = __goInference(payload, expressionReplaced, charsetType, firstChar, lastChar) File "/pentest/database/sqlmap/lib/request/inject.py", line 55, in __goInference count, value = bisection(payload, expression, length, charsetType, firstChar, lastChar) File "/pentest/database/sqlmap/lib/techniques/blind/inference.py", line 239, in bisection val = getChar(index, asciiTbl) File "/pentest/database/sqlmap/lib/techniques/blind/inference.py", line 121, in getChar result = Request.queryPage(forgedPayload) File "/pentest/database/sqlmap/lib/request/connect.py", line 279, in queryPage page, headers = Connect.getPage(get=get, post=post, cookie=cookie, ua=ua, silent=silent) File "/pentest/database/sqlmap/lib/request/connect.py", line 176, in getPage page = e.read() File "/usr/lib/python2.5/socket.py", line 304, in read data = self._sock.recv(rbufsize) File "/usr/lib/python2.5/httplib.py", line 509, in read return self._read_chunked(amt) File "/usr/lib/python2.5/httplib.py", line 563, in _read_chunked value += self._safe_read(chunk_left) File "/usr/lib/python2.5/httplib.py", line 602, in _safe_read chunk = self.fp.read(min(amt, MAXAMOUNT)) File "/usr/lib/python2.5/socket.py", line 328, in read data = self._sock.recv(left) timeout: timed out [*] shutting down at: 01:22:53 |
From: Miroslav S. <mir...@gm...> - 2010-05-04 08:03:29
|
Hi. Thank you for your report. Block is properly sanitized and checked in into latest SVN revision. Please check out latest development version to have it fixed. Kind regards. On Tue, May 4, 2010 at 9:37 AM, Thierry Zoller <Th...@zo...> wrote: > [01:21:15] [INFO] retrieved: IM[01:22:53] [ERROR] unhandled exception in sqlmap/0.8-rc4, please copy the command line and the following text and send by e-mail to sql...@li.... The developer will fix it as soon as possible: > sqlmap version: 0.8-rc4 > Python version: 2.5.2 > Operating system: linux2 > Traceback (most recent call last): > File "./sqlmap.py", line 80, in main > start() > File "/pentest/database/sqlmap/lib/controller/controller.py", line 259, in start > action() > File "/pentest/database/sqlmap/lib/controller/action.py", line 108, in action > dumper.dbTables(conf.dbmsHandler.getTables()) > File "/pentest/database/sqlmap/plugins/dbms/mssqlserver.py", line 379, in getTables > table = inject.getValue(query, inband=False) > File "/pentest/database/sqlmap/lib/request/inject.py", line 373, in getValue > value = __goInferenceProxy(expression, fromUser, expected, batch, resumeValue, unpack, charsetType, firstChar, lastChar) > File "/pentest/database/sqlmap/lib/request/inject.py", line 303, in __goInferenceProxy > outputs = __goInferenceFields(expression, expressionFields, expressionFieldsList, payload, expected, resumeValue=resumeValue, charsetType=charsetType, firstChar=firstChar, lastChar=lastChar) > File "/pentest/database/sqlmap/lib/request/inject.py", line 95, in __goInferenceFields > output = __goInference(payload, expressionReplaced, charsetType, firstChar, lastChar) > File "/pentest/database/sqlmap/lib/request/inject.py", line 55, in __goInference > count, value = bisection(payload, expression, length, charsetType, firstChar, lastChar) > File "/pentest/database/sqlmap/lib/techniques/blind/inference.py", line 239, in bisection > val = getChar(index, asciiTbl) > File "/pentest/database/sqlmap/lib/techniques/blind/inference.py", line 121, in getChar > result = Request.queryPage(forgedPayload) > File "/pentest/database/sqlmap/lib/request/connect.py", line 279, in queryPage > page, headers = Connect.getPage(get=get, post=post, cookie=cookie, ua=ua, silent=silent) > File "/pentest/database/sqlmap/lib/request/connect.py", line 176, in getPage > page = e.read() > File "/usr/lib/python2.5/socket.py", line 304, in read > data = self._sock.recv(rbufsize) > File "/usr/lib/python2.5/httplib.py", line 509, in read > return self._read_chunked(amt) > File "/usr/lib/python2.5/httplib.py", line 563, in _read_chunked > value += self._safe_read(chunk_left) > File "/usr/lib/python2.5/httplib.py", line 602, in _safe_read > chunk = self.fp.read(min(amt, MAXAMOUNT)) > File "/usr/lib/python2.5/socket.py", line 328, in read > data = self._sock.recv(left) > timeout: timed out > > [*] shutting down at: 01:22:53 > > > > ------------------------------------------------------------------------------ > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > -- Miroslav Stampar E-mail / Jabber: miroslav.stampar (at) gmail.com Mobile: +385921010204 (HR 0921010204) PGP Key ID: 0xB5397B1B |
From: Faisal H. <fai...@gm...> - 2010-06-20 18:58:15
|
[02:57:12] [INFO] updating sqlmap [02:57:14] [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: 02:57:14 |
From: Bernardo D. A. G. <ber...@gm...> - 2010-06-22 09:15:21
|
As you can easily spot yourself, you're running a quite outdated sqlmap version. Would you gently mind to give a go to.. guess what? The latest version from subversion or alternatively the stable version 0.8? Good luck! Bernardo On Sun, Jun 20, 2010 at 19:58, Faisal Hourani <fai...@gm...> wrote: > [02:57:12] [INFO] updating sqlmap > [02:57:14] [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: 02:57:14 > > > ------------------------------------------------------------------------------ > ThinkGeek and WIRED's GeekDad team up for the Ultimate > GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the > lucky parental unit. See the prize list and enter to win: > http://p.sf.net/sfu/thinkgeek-promo > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > > -- Bernardo Damele A. G. E-mail / Jabber: bernardo.damele (at) gmail.com Mobile: +447788962949 (UK 07788962949) PGP Key ID: 0x05F5A30F |
From: Alessandro T. <ale...@lo...> - 2010-06-22 09:42:30
|
2010/6/20 Faisal Hourani <fai...@gm...>: > [02:57:12] [INFO] updating sqlmap > [02:57:14] [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 You are a little bit outdated... -- Alessandro `jekil` Tanasi Email: ale...@ta... MSN: ale...@lo... |
From: Spencer J. M. <smc...@se...> - 2010-12-08 16:35:03
|
[11:21:18] [ERROR] unhandled exception in sqlmap/0.8, please copy the command line and the following text and send by e-mail to sql...@li.... The developer will fix it as soon as possible: sqlmap version: 0.8 Python version: 2.7 Operating system: linux2 Traceback (most recent call last): File "./sqlmap.py", line 77, in main start() File "/opt/sqlmap/lib/controller/controller.py", line 138, in start createTargetDirs() File "/opt/sqlmap/lib/core/target.py", line 208, in createTargetDirs os.makedirs(conf.outputPath, 0755) File "/usr/lib64/python2.7/os.py", line 157, in makedirs mkdir(name, mode) OSError: [Errno 13] Permission denied: '/opt/sqlmap/output/www.sae.org' [*] shutting down at: 11:21:18 I ran SQLMap from opt with user permissions |
From: Miroslav S. <mir...@gm...> - 2010-12-08 21:22:36
|
Hi Spencer. Thank you for your report. This is the "problem" that could happen for example in LiveCD distributions. Hence, we've made a patch for it. Please update to the latest version from our repository to have it fixed (along with lots of other problems fixed since 0.8): svn checkout https://svn.sqlmap.org/sqlmap/trunk/sqlmap sqlmap-dev Kind regards. On Wed, Dec 8, 2010 at 5:23 PM, Spencer J. McIntyre <smc...@se...> wrote: > [11:21:18] [ERROR] unhandled exception in sqlmap/0.8, please copy the command line and the following text and send by e-mail to sql...@li.... The developer will fix it as soon as possible: > sqlmap version: 0.8 > Python version: 2.7 > Operating system: linux2 > Traceback (most recent call last): > File "./sqlmap.py", line 77, in main > start() > File "/opt/sqlmap/lib/controller/controller.py", line 138, in start > createTargetDirs() > File "/opt/sqlmap/lib/core/target.py", line 208, in createTargetDirs > os.makedirs(conf.outputPath, 0755) > File "/usr/lib64/python2.7/os.py", line 157, in makedirs > mkdir(name, mode) > OSError: [Errno 13] Permission denied: '/opt/sqlmap/output/www.sae.org' > > [*] shutting down at: 11:21:18 > > > I ran SQLMap from opt with user permissions > ------------------------------------------------------------------------------ > This SF Dev2Dev email is sponsored by: > > WikiLeaks The End of the Free Internet > http://p.sf.net/sfu/therealnews-com > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > -- Miroslav Stampar E-mail / Jabber: miroslav.stampar (at) gmail.com Mobile: +385921010204 (HR 0921010204) PGP Key ID: 0xB5397B1B Location: Zagreb, Croatia |
From: Alessio D. P. <ale...@gm...> - 2011-08-01 13:04:16
|
Hi :) Thanks for adding my name in doc/THANKS :) The latest error is correct but in dump db i have another error: [14:59:06] [INFO] fetching entries for table '***********' on database 'Microsoft_Access_masterdb' [14:59:06] [WARNING] HTTP error codes detected during testing: 500 (Internal Server Error) - 277 times, 999 (?) - 1 times [14:59:06] [CRITICAL] unhandled exception in sqlmap/1.0-dev (r4314), 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 (r4314) Python version: 2.7.1+ Operating system: posix Command line: ./sqlmap.py -u ************************************************************************************** --dump-all Technique: UNION Back-end DBMS: Microsoft Access (fingerprinted) Traceback (most recent call last): File "./sqlmap.py", line 86, in main start() File "/home/clshack/sqlmap-dev/lib/controller/controller.py", line 554, in start action() File "/home/clshack/sqlmap-dev/lib/controller/action.py", line 112, in action conf.dbmsHandler.dumpAll() File "/home/clshack/sqlmap-dev/plugins/generic/enumeration.py", line 1800, in dumpAll self.dumpTable() File "/home/clshack/sqlmap-dev/plugins/generic/enumeration.py", line 1609, in dumpTable query = rootQuery.inband.query % (colString, conf.db, tbl) TypeError: not all arguments converted during string formatting [*] shutting down at 14:59:06 -- Alessio Dalla Piazza *http://www.clshack.it* <http://www.clshack.it> *DownloadMb* http://www.downloadmb.it Contributor at *BackBox* Linux *http://www.backbox.org* |
From: Bernardo D. A. G. <ber...@gm...> - 2011-08-01 23:35:06
|
Hi Alessio, This should be fixed now. Thanks for reporting. Bernardo On 1 August 2011 14:03, Alessio Dalla Piazza <ale...@gm...> wrote: > Hi :) > Thanks for adding my name in doc/THANKS :) > > The latest error is correct but in dump db i have another error: > > [14:59:06] [INFO] fetching entries for table '***********' on database > 'Microsoft_Access_masterdb' > [14:59:06] [WARNING] HTTP error codes detected during testing: > 500 (Internal Server Error) - 277 times, 999 (?) - 1 times > > [14:59:06] [CRITICAL] unhandled exception in sqlmap/1.0-dev (r4314), 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 (r4314) > Python version: 2.7.1+ > Operating system: posix > Command line: ./sqlmap.py -u > ************************************************************************************** > --dump-all > Technique: UNION > Back-end DBMS: Microsoft Access (fingerprinted) > Traceback (most recent call last): > File "./sqlmap.py", line 86, in main > start() > File "/home/clshack/sqlmap-dev/lib/controller/controller.py", line 554, in > start > action() > File "/home/clshack/sqlmap-dev/lib/controller/action.py", line 112, in > action > conf.dbmsHandler.dumpAll() > File "/home/clshack/sqlmap-dev/plugins/generic/enumeration.py", line 1800, > in dumpAll > self.dumpTable() > File "/home/clshack/sqlmap-dev/plugins/generic/enumeration.py", line 1609, > in dumpTable > query = rootQuery.inband.query % (colString, conf.db, tbl) > TypeError: not all arguments converted during string formatting > > [*] shutting down at 14:59:06 > > -- > Alessio Dalla Piazza > http://www.clshack.it > > DownloadMb > http://www.downloadmb.it > > Contributor at BackBox Linux > http://www.backbox.org > > ------------------------------------------------------------------------------ > Got Input? Slashdot Needs You. > Take our quick survey online. Come on, we don't ask for help often. > Plus, you'll get a chance to win $100 to spend on ThinkGeek. > http://p.sf.net/sfu/slashdot-survey > > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > > -- Bernardo Damele A. G. E-mail / Jabber: bernardo.damele (at) gmail.com Mobile: +447788962949 (UK 07788962949) PGP Key ID: Unavailable |
From: Brad M. <bra...@gm...> - 2011-08-02 03:11:40
|
[WARNING] unknown charset 'th'. Please report by e-mail to sql...@li.... Website: http://www.dutchiefanclub.com/newsdetail.php?id=66 |
From: Bernardo D. A. G. <ber...@gm...> - 2011-08-02 08:28:18
|
Hi Brad, Please find it fixed now. Thanks for reporting. Bernardo On 2 August 2011 04:11, Brad Merrell <bra...@gm...> wrote: > [WARNING] unknown charset 'th'. Please report by e-mail to > sql...@li.... > > Website: http://www.dutchiefanclub.com/newsdetail.php?id=66 > ------------------------------------------------------------------------------ > BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA > The must-attend event for mobile developers. Connect with experts. > Get tools for creating Super Apps. See the latest technologies. > Sessions, hands-on labs, demos & much more. Register early & save! > http://p.sf.net/sfu/rim-blackberry-1 > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > > -- Bernardo Damele A. G. E-mail / Jabber: bernardo.damele (at) gmail.com Mobile: +447788962949 (UK 07788962949) PGP Key ID: Unavailable |
From: Oluseyi A. <sey...@gm...> - 2011-09-24 20:15:07
|
Hi, Just received this error trying to dump a sybase db. 21:13:02] [CRITICAL] unhandled exception in sqlmap/1.0-dev (r4384), 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 (r4384) Python version: 2.7.1 Operating system: posix Command line: ./sqlmap.py -u ************************************************************** -D ********* -T USER -C ***************************************** --text-only --dbms=sybase --batch --parse-errors --threads=10 --start=1 --stop=10 --dump Technique: ERROR Back-end DBMS: Sybase (fingerprinted) Traceback (most recent call last): File "/Users/fx0ne/sqlmap/_sqlmap.py", line 86, in main start() File "/Users/fx0ne/sqlmap/lib/controller/controller.py", line 577, in start action() File "/Users/fx0ne/sqlmap/lib/controller/action.py", line 109, in action conf.dbmsHandler.dumpTable() File "/Users/fx0ne/sqlmap/plugins/generic/enumeration.py", line 1611, in dumpTable retVal = self.__pivotDumpTable(table, colList, blind=False) File "/Users/fx0ne/sqlmap/plugins/generic/enumeration.py", line 1446, in __pivotDumpTable for i in xrange(int(count)): ValueError: invalid literal for int() with base 10: 'None' [*] shutting down at 21:13:02 Kind regards, Olu |
From: Miroslav S. <mir...@gm...> - 2011-09-25 19:33:58
|
hi Olu. thank you for your report and find it fixed in the latest commit. kind regards, Miroslav Stampar On Sat, Sep 24, 2011 at 10:14 PM, Oluseyi Akindeinde <sey...@gm...> wrote: > Hi, > > Just received this error trying to dump a sybase db. > > 21:13:02] [CRITICAL] unhandled exception in sqlmap/1.0-dev (r4384), 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 (r4384) > Python version: 2.7.1 > Operating system: posix > Command line: ./sqlmap.py -u ************************************************************** -D ********* -T USER -C ***************************************** --text-only --dbms=sybase --batch --parse-errors --threads=10 --start=1 --stop=10 --dump > Technique: ERROR > Back-end DBMS: Sybase (fingerprinted) > Traceback (most recent call last): > File "/Users/fx0ne/sqlmap/_sqlmap.py", line 86, in main > start() > File "/Users/fx0ne/sqlmap/lib/controller/controller.py", line 577, in start > action() > File "/Users/fx0ne/sqlmap/lib/controller/action.py", line 109, in action > conf.dbmsHandler.dumpTable() > File "/Users/fx0ne/sqlmap/plugins/generic/enumeration.py", line 1611, in dumpTable > retVal = self.__pivotDumpTable(table, colList, blind=False) > File "/Users/fx0ne/sqlmap/plugins/generic/enumeration.py", line 1446, in __pivotDumpTable > for i in xrange(int(count)): > ValueError: invalid literal for int() with base 10: 'None' > > [*] shutting down at 21:13:02 > > > Kind regards, > Olu > > ------------------------------------------------------------------------------ > All of the data generated in your IT infrastructure is seriously valuable. > Why? It contains a definitive record of application performance, security > threats, fraudulent activity, and more. Splunk takes this data and makes > sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-d2dcopy2 > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > -- Miroslav Stampar http://about.me/stamparm |
From: godjil <ar...@so...> - 2012-02-11 10:06:17
|
[13:48:38] [CRITICAL] unhandled exception in sqlmap/1.0-dev (r4739), 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 (r4739) Python version: 2.6.5 Operating system: posix Command line: ./sqlmap.py -u *************************************** --threads 3 --level 5 --risk 3 --dbms mysql --random-agent --dump-all Technique: TIME Back-end DBMS: MySQL (fingerprinted) Traceback (most recent call last): File "/home/godjil/Dropbox/hack/sqlmap/_sqlmap.py", line 83, in main start() File "/home/godjil/Dropbox/hack/sqlmap/lib/controller/controller.py", line 566, in start action() File "/home/godjil/Dropbox/hack/sqlmap/lib/controller/action.py", line 112, in action conf.dbmsHandler.dumpAll() File "/home/godjil/Dropbox/hack/sqlmap/plugins/generic/enumeration.py", line 1805, in dumpAll self.getTables() File "/home/godjil/Dropbox/hack/sqlmap/plugins/generic/enumeration.py", line 832, in getTables dbs = self.getDbs() File "/home/godjil/Dropbox/hack/sqlmap/plugins/generic/enumeration.py", line 757, in getDbs count = inject.getValue(query, inband=False, error=False, expected=EXPECTED.INT, charsetType=2) File "/home/godjil/Dropbox/hack/sqlmap/lib/request/inject.py", line 471, in getValue value = __goInferenceProxy(query, fromUser, expected, batch, resumeValue, unpack, charsetType, firstChar, lastChar, dump) File "/home/godjil/Dropbox/hack/sqlmap/lib/request/inject.py", line 324, in __goInferenceProxy outputs = __goInferenceFields(expression, expressionFields, expressionFieldsList, payload, expected, resumeValue=resumeValue, charsetType=charsetType, firstChar=firstChar, lastChar=lastChar, dump=dump) File "/home/godjil/Dropbox/hack/sqlmap/lib/request/inject.py", line 103, in __goInferenceFields output = __goInference(payload, expressionReplaced, charsetType, firstChar, lastChar, dump) File "/home/godjil/Dropbox/hack/sqlmap/lib/request/inject.py", line 66, in __goInference count, value = bisection(payload, expression, length, charsetType, firstChar, lastChar, dump) File "/home/godjil/Dropbox/hack/sqlmap/lib/techniques/blind/inference.py", line 503, in bisection val = getChar(index, asciiTbl) File "/home/godjil/Dropbox/hack/sqlmap/lib/techniques/blind/inference.py", line 265, in getChar if timeBasedCompare and not validateChar(idx, retVal): File "/home/godjil/Dropbox/hack/sqlmap/lib/techniques/blind/inference.py", line 173, in validateChar queriesCount[0] += 1 NameError: global name 'queriesCount' is not defined [*] shutting down at 13:48:38 Best regards. Softcase system administrator Kochetkov Artem ad...@so... +7 495 988-34-56 +7 903 590-87-82 Wanna be free? use Linux. |
From: Miroslav S. <mir...@gm...> - 2012-02-13 09:34:46
|
Hi godjil. Thank you for your report. It has been fixed yesterday as it has been reported by other user too. Kind regards, Miroslav Stampar On Sat, Feb 11, 2012 at 10:50 AM, godjil <ar...@so...> wrote: > [13:48:38] [CRITICAL] unhandled exception in sqlmap/1.0-dev (r4739), > 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 (r4739) > Python version: 2.6.5 > Operating system: posix > Command line: ./sqlmap.py -u *************************************** > --threads 3 --level 5 --risk 3 --dbms mysql --random-agent --dump-all > Technique: TIME > Back-end DBMS: MySQL (fingerprinted) > Traceback (most recent call last): > File "/home/godjil/Dropbox/hack/sqlmap/_sqlmap.py", line 83, in main > start() > File "/home/godjil/Dropbox/hack/sqlmap/lib/controller/controller.py", > line 566, in start > action() > File "/home/godjil/Dropbox/hack/sqlmap/lib/controller/action.py", line > 112, in action > conf.dbmsHandler.dumpAll() > File > "/home/godjil/Dropbox/hack/sqlmap/plugins/generic/enumeration.py", line > 1805, in dumpAll > self.getTables() > File > "/home/godjil/Dropbox/hack/sqlmap/plugins/generic/enumeration.py", line > 832, in getTables > dbs = self.getDbs() > File > "/home/godjil/Dropbox/hack/sqlmap/plugins/generic/enumeration.py", line > 757, in getDbs > count = inject.getValue(query, inband=False, error=False, > expected=EXPECTED.INT, charsetType=2) > File "/home/godjil/Dropbox/hack/sqlmap/lib/request/inject.py", line > 471, in getValue > value = __goInferenceProxy(query, fromUser, expected, batch, > resumeValue, unpack, charsetType, firstChar, lastChar, dump) > File "/home/godjil/Dropbox/hack/sqlmap/lib/request/inject.py", line > 324, in __goInferenceProxy > outputs = __goInferenceFields(expression, expressionFields, > expressionFieldsList, payload, expected, resumeValue=resumeValue, > charsetType=charsetType, firstChar=firstChar, lastChar=lastChar, > dump=dump) > File "/home/godjil/Dropbox/hack/sqlmap/lib/request/inject.py", line > 103, in __goInferenceFields > output = __goInference(payload, expressionReplaced, charsetType, > firstChar, lastChar, dump) > File "/home/godjil/Dropbox/hack/sqlmap/lib/request/inject.py", line > 66, in __goInference > count, value = bisection(payload, expression, length, charsetType, > firstChar, lastChar, dump) > File > "/home/godjil/Dropbox/hack/sqlmap/lib/techniques/blind/inference.py", > line 503, in bisection > val = getChar(index, asciiTbl) > File > "/home/godjil/Dropbox/hack/sqlmap/lib/techniques/blind/inference.py", > line 265, in getChar > if timeBasedCompare and not validateChar(idx, retVal): > File > "/home/godjil/Dropbox/hack/sqlmap/lib/techniques/blind/inference.py", > line 173, in validateChar > queriesCount[0] += 1 > NameError: global name 'queriesCount' is not defined > > [*] shutting down at 13:48:38 > > > > Best regards. > Softcase system administrator > Kochetkov Artem > ad...@so... > +7 495 988-34-56 > +7 903 590-87-82 > > Wanna be free? use Linux. > > > > > > ------------------------------------------------------------------------------ > Try before you buy = See our experts in action! > 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-dev2 > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > -- Miroslav Stampar http://about.me/stamparm |
From: Joshua R. <meg...@gm...> - 2012-10-24 05:37:07
|
[16:35:30] [CRITICAL] unhandled exception in sqlmap/1.0-dev-f11a640, retry your run with the latest development version from the GitHub repository. If the exception persists, please send by e-mail to 'sql...@li...' or open a new issue at 'https://github.com/sqlmapproject/sqlmap/issues/new' with 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-f11a640 Python version: 2.6.5 Operating system: posix Command line: ./sqlmap.py --random-agent -u **************************************************** --data=quantity[]=1&category_id=&product_id=347&prod_id[]=347&page=shop.cart&func=cartadd&Itemid=4&option=com_virtuemart&set_price[]=&adjust_price[]=&master_product[]= --time-sec=1 --predict-output --hex --no-cast --dbs Technique: TIME Back-end DBMS: MySQL (fingerprinted) Traceback (most recent call last): File "/home/toil/sqlmap/_sqlmap.py", line 72, in main start() File "/home/toil/sqlmap/lib/controller/controller.py", line 568, in start action() File "/home/toil/sqlmap/lib/controller/action.py", line 106, in action conf.dumper.dbs(conf.dbmsHandler.getDbs()) File "/home/toil/sqlmap/plugins/generic/databases.py", line 135, in getDbs db = inject.getValue(query, inband=False, error=False) File "/home/toil/sqlmap/lib/request/inject.py", line 437, in getValue value = __goInferenceProxy(query, fromUser, batch, unpack, charsetType, firstChar, lastChar, dump) File "/home/toil/sqlmap/lib/request/inject.py", line 317, in __goInferenceProxy outputs = __goInferenceFields(expression, expressionFields, expressionFieldsList, payload, charsetType=charsetType, firstChar=firstChar, lastChar=lastChar, dump=dump) File "/home/toil/sqlmap/lib/request/inject.py", line 116, in __goInferenceFields output = __goInference(payload, expressionReplaced, charsetType, firstChar, lastChar, dump) File "/home/toil/sqlmap/lib/request/inject.py", line 88, in __goInference count, value = bisection(payload, expression, length, charsetType, firstChar, lastChar, dump) File "/home/toil/sqlmap/lib/techniques/blind/inference.py", line 538, in bisection infoMsg = "\r[%s] [INFO] retrieved: %s %s\n" % (time.strftime("%X"), filterControlChars(finalValue), " " * len(finalValue)) TypeError: object of type 'NoneType' has no len() [*] shutting down at 16:35:30 Error was: http://www.gametraders.com.au/online-store/index.php |
From: Miroslav S. <mir...@gm...> - 2012-10-24 20:50:24
|
Hi Joshua. This was fixed yesterday [1]. Please update to the latest revision and try it again. Kind regards, Miroslav Stampar [1] https://github.com/sqlmapproject/sqlmap/issues/214 On Wed, Oct 24, 2012 at 7:36 AM, Joshua Rogers <meg...@gm...> wrote: > [16:35:30] [CRITICAL] unhandled exception in sqlmap/1.0-dev-f11a640, > retry your run with the latest development version from the GitHub > repository. If the exception persists, please send by e-mail to > 'sql...@li...' or open a new issue at > 'https://github.com/sqlmapproject/sqlmap/issues/new' with 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-f11a640 > Python version: 2.6.5 > Operating system: posix > Command line: ./sqlmap.py --random-agent -u > **************************************************** > > --data=quantity[]=1&category_id=&product_id=347&prod_id[]=347&page=shop.cart&func=cartadd&Itemid=4&option=com_virtuemart&set_price[]=&adjust_price[]=&master_product[]= > --time-sec=1 --predict-output --hex --no-cast --dbs > Technique: TIME > Back-end DBMS: MySQL (fingerprinted) > Traceback (most recent call last): > File "/home/toil/sqlmap/_sqlmap.py", line 72, in main > start() > File "/home/toil/sqlmap/lib/controller/controller.py", line 568, in start > action() > File "/home/toil/sqlmap/lib/controller/action.py", line 106, in action > conf.dumper.dbs(conf.dbmsHandler.getDbs()) > File "/home/toil/sqlmap/plugins/generic/databases.py", line 135, in > getDbs > db = inject.getValue(query, inband=False, error=False) > File "/home/toil/sqlmap/lib/request/inject.py", line 437, in getValue > value = __goInferenceProxy(query, fromUser, batch, unpack, > charsetType, firstChar, lastChar, dump) > File "/home/toil/sqlmap/lib/request/inject.py", line 317, in > __goInferenceProxy > outputs = __goInferenceFields(expression, expressionFields, > expressionFieldsList, payload, charsetType=charsetType, > firstChar=firstChar, lastChar=lastChar, dump=dump) > File "/home/toil/sqlmap/lib/request/inject.py", line 116, in > __goInferenceFields > output = __goInference(payload, expressionReplaced, charsetType, > firstChar, lastChar, dump) > File "/home/toil/sqlmap/lib/request/inject.py", line 88, in __goInference > count, value = bisection(payload, expression, length, charsetType, > firstChar, lastChar, dump) > File "/home/toil/sqlmap/lib/techniques/blind/inference.py", line 538, > in bisection > infoMsg = "\r[%s] [INFO] retrieved: %s %s\n" % > (time.strftime("%X"), filterControlChars(finalValue), " " * > len(finalValue)) > TypeError: object of type 'NoneType' has no len() > > [*] shutting down at 16:35:30 > > > > > Error was: http://www.gametraders.com.au/online-store/index.php > > > > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_sfd2d_oct > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > -- Miroslav Stampar http://about.me/stamparm |
From: Florian S. <fs...@co...> - 2013-01-25 02:07:48
|
sqlmap version: 1.0-dev-aed833c Python version: 2.6.6 Operating system: posix Command line: ./sqlmap.py -u ***************************************** --headers=x-forwarded-for: 1* --threads 10 --banner Technique: TIME Back-end DBMS: MySQL (fingerprinted) Traceback (most recent call last): File "/root/sqlmap-dev/_sqlmap.py", line 73, in main start() File "/root/sqlmap-dev/lib/controller/controller.py", line 569, in start action() File "/root/sqlmap-dev/lib/controller/action.py", line 31, in action setHandler() File "/root/sqlmap-dev/lib/controller/handler.py", line 81, in setHandler if handler.checkDbms(): File "/root/sqlmap-dev/plugins/dbms/mysql/fingerprint.py", line 163, in checkDbms self.getBanner() File "/root/sqlmap-dev/plugins/generic/enumeration.py", line 57, in getBanner kb.data.banner = unArrayizeValue(inject.getValue(query, safeCharEncode=False)) File "/root/sqlmap-dev/lib/request/inject.py", line 388, in getValue value = _goInferenceProxy(query, fromUser, batch, unpack, charsetType, firstChar, lastChar, dump) File "/root/sqlmap-dev/lib/request/inject.py", line 269, in _goInferenceProxy outputs = _goInferenceFields(expression, expressionFields, expressionFieldsList, payload, charsetType=charsetType, firstChar=firstChar, lastChar=lastChar, dump=dump) File "/root/sqlmap-dev/lib/request/inject.py", line 117, in _goInferenceFields output = _goInference(payload, expressionReplaced, charsetType, firstChar, lastChar, dump, field) File "/root/sqlmap-dev/lib/request/inject.py", line 89, in _goInference count, value = bisection(payload, expression, length, charsetType, firstChar, lastChar, dump) File "/root/sqlmap-dev/lib/techniques/blind/inference.py", line 516, in bisection val = getChar(index, asciiTbl) File "/root/sqlmap-dev/lib/techniques/blind/inference.py", line 247, in getChar result = Request.queryPage(forgedPayload, timeBasedCompare=timeBasedCompare, raise404=False) File "/root/sqlmap-dev/lib/request/connect.py", line 764, in queryPage Connect.queryPage(content=True) File "/root/sqlmap-dev/lib/request/connect.py", line 693, in queryPage auxHeaders[value.split(',')[0]] = value.split(',', 1)[1] AttributeError: 'NoneType' object has no attribute 'split' [*] shutting down at 02:44:32 -- Florian Strankowski Core Solutions Rosenstrasse 10 21335 Lueneburg, Germany phone +49 4131 70 63 968 mobil +49 1769 73 17 000 This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorised copying, disclosure or distribution of the material in this e-mail is strictly forbidden and may be unlawful. |
From: Miroslav S. <mir...@gm...> - 2013-01-25 11:42:26
|
Hi Florian. Thank you for your report. It should be ok now. Bye On Fri, Jan 25, 2013 at 2:45 AM, Florian Strankowski <fs...@co...> wrote: > sqlmap version: 1.0-dev-aed833c > Python version: 2.6.6 > Operating system: posix > Command line: ./sqlmap.py -u ***************************************** > --headers=x-forwarded-for: 1* --threads 10 --banner > Technique: TIME > Back-end DBMS: MySQL (fingerprinted) > Traceback (most recent call last): > File "/root/sqlmap-dev/_sqlmap.py", line 73, in main > start() > File "/root/sqlmap-dev/lib/controller/controller.py", line 569, in start > action() > File "/root/sqlmap-dev/lib/controller/action.py", line 31, in action > setHandler() > File "/root/sqlmap-dev/lib/controller/handler.py", line 81, in > setHandler > if handler.checkDbms(): > File "/root/sqlmap-dev/plugins/dbms/mysql/fingerprint.py", line 163, > in checkDbms > self.getBanner() > File "/root/sqlmap-dev/plugins/generic/enumeration.py", line 57, in > getBanner > kb.data.banner = unArrayizeValue(inject.getValue(query, > safeCharEncode=False)) > File "/root/sqlmap-dev/lib/request/inject.py", line 388, in getValue > value = _goInferenceProxy(query, fromUser, batch, unpack, > charsetType, firstChar, lastChar, dump) > File "/root/sqlmap-dev/lib/request/inject.py", line 269, in > _goInferenceProxy > outputs = _goInferenceFields(expression, expressionFields, > expressionFieldsList, payload, charsetType=charsetType, > firstChar=firstChar, lastChar=lastChar, dump=dump) > File "/root/sqlmap-dev/lib/request/inject.py", line 117, in > _goInferenceFields > output = _goInference(payload, expressionReplaced, charsetType, > firstChar, lastChar, dump, field) > File "/root/sqlmap-dev/lib/request/inject.py", line 89, in _goInference > count, value = bisection(payload, expression, length, charsetType, > firstChar, lastChar, dump) > File "/root/sqlmap-dev/lib/techniques/blind/inference.py", line 516, > in bisection > val = getChar(index, asciiTbl) > File "/root/sqlmap-dev/lib/techniques/blind/inference.py", line 247, > in getChar > result = Request.queryPage(forgedPayload, > timeBasedCompare=timeBasedCompare, raise404=False) > File "/root/sqlmap-dev/lib/request/connect.py", line 764, in queryPage > Connect.queryPage(content=True) > File "/root/sqlmap-dev/lib/request/connect.py", line 693, in queryPage > auxHeaders[value.split(',')[0]] = value.split(',', 1)[1] > AttributeError: 'NoneType' object has no attribute 'split' > > [*] shutting down at 02:44:32 > > -- > Florian Strankowski > > Core Solutions > Rosenstrasse 10 > 21335 Lueneburg, Germany > > phone +49 4131 70 63 968 > mobil +49 1769 73 17 000 > > > This e-mail may contain confidential and/or privileged information. If > you are not the intended recipient (or have received this e-mail in > error) please notify the sender immediately and destroy this e-mail. Any > unauthorised copying, disclosure or distribution of the material in this > e-mail is strictly forbidden and may be unlawful. > > > ------------------------------------------------------------------------------ > Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, > MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current > with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft > MVPs and experts. ON SALE this month only -- learn more at: > http://p.sf.net/sfu/learnnow-d2d > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > -- Miroslav Stampar http://about.me/stamparm |
From: <phi...@ri...> - 2014-05-09 18:12:53
|
[20:09:37] [CRITICAL] unhandled exception in sqlmap/1.0-dev, retry your run with the latest development version from the GitH ub repository. If the exception persists, please send by e-mail to 'sql...@li...' or open a new issue a t 'https://github.com/sqlmapproject/sqlmap/issues/new' with 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 Python version: 2.7.5 Operating system: nt Command line: C:\_gpg\_sqlmap\sqlmap.py -u ****************************************** --dbms MySQL --dbs --fingerprint --leve l=5 --risk=3 --headers=User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:25.0) Gecko/20100101 Firefox/25.0 --threads=7 --t echnique=BEQ --time-sec=30 --retries=25 --keep-alive --union-col=1-60 --union-char=123 --text-only --skip User-Agent --smart --crawl=2 --batch Technique: None Back-end DBMS: MySQL (identified) Traceback (most recent call last): File "C:\_gpg\_sqlmap\sqlmap.py", line 99, in main start() File "C:\_gpg\_sqlmap\lib\controller\controller.py", line 366, in start if not checkConnection(suppressOutput=conf.forms) or not checkString() or not checkRegexp(): File "C:\_gpg\_sqlmap\lib\controller\checks.py", line 1213, in checkConnection page, _ = Request.queryPage(content=True, noteResponseTime=False) File "C:\_gpg\_sqlmap\lib\request\connect.py", line 891, in queryPage page, headers, code = Connect.getPage(url=uri, get=get, post=post, cookie=cookie, ua=ua, referer=referer, host=host, sile nt=silent, method=method, auxHeaders=auxHeaders, response=response, raise404=raise404, ignoreTimeout=timeBasedCompare) File "C:\_gpg\_sqlmap\lib\request\connect.py", line 385, in getPage conn = urllib2.urlopen(req) File "C:\Python27\lib\urllib2.py", line 127, in urlopen return _opener.open(url, data, timeout) File "C:\Python27\lib\urllib2.py", line 404, in open response = self._open(req, data) File "C:\Python27\lib\urllib2.py", line 422, in _open '_open', req) File "C:\Python27\lib\urllib2.py", line 382, in _call_chain result = func(*args) File "C:\_gpg\_sqlmap\thirdparty\keepalive\keepalive.py", line 210, in http_open return self.do_open(HTTPConnection, req) File "C:\_gpg\_sqlmap\thirdparty\keepalive\keepalive.py", line 207, in do_open return self.parent.error('http', req, r, r.status, r.reason, r.msg) File "C:\Python27\lib\urllib2.py", line 442, in error result = self._call_chain(*args) File "C:\Python27\lib\urllib2.py", line 382, in _call_chain result = func(*args) File "C:\_gpg\_sqlmap\lib\request\redirecthandler.py", line 121, in http_error_302 result = urllib2.HTTPRedirectHandler.http_error_302(self, req, fp, code, msg, headers) File "C:\Python27\lib\urllib2.py", line 629, in http_error_302 return self.parent.open(new, timeout=req.timeout) File "C:\Python27\lib\urllib2.py", line 404, in open response = self._open(req, data) File "C:\Python27\lib\urllib2.py", line 422, in _open '_open', req) File "C:\Python27\lib\urllib2.py", line 382, in _call_chain result = func(*args) File "C:\_gpg\_sqlmap\thirdparty\keepalive\keepalive.py", line 210, in http_open return self.do_open(HTTPConnection, req) File "C:\_gpg\_sqlmap\thirdparty\keepalive\keepalive.py", line 207, in do_open return self.parent.error('http', req, r, r.status, r.reason, r.msg) File "C:\Python27\lib\urllib2.py", line 442, in error result = self._call_chain(*args) File "C:\Python27\lib\urllib2.py", line 382, in _call_chain result = func(*args) File "C:\_gpg\_sqlmap\lib\request\redirecthandler.py", line 92, in http_error_302 redirectMsg += "[#%d] (%d %s):\n" % (threadData.lastRequestUID, code, getUnicode(msg)) File "C:\_gpg\_sqlmap\lib\core\common.py", line 1997, in getUnicode return unicode(value) # encoding ignored for non-basestring instances UnicodeDecodeError: 'ascii' codec can't decode byte 0xbf in position 20: ordinal not in range(128) |
From: Miroslav S. <mir...@gm...> - 2014-05-09 20:59:15
|
Hi. Thank you for your report. It should be patched now. Kind regards, Miroslav Stampar On Fri, May 9, 2014 at 8:12 PM, <phi...@ri...> wrote: > [20:09:37] [CRITICAL] unhandled exception in sqlmap/1.0-dev, retry your > run with the latest development version from the GitH > ub repository. If the exception persists, please send by e-mail to > 'sql...@li...' or open a new issue a > t 'https://github.com/sqlmapproject/sqlmap/issues/new' with 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 > Python version: 2.7.5 > Operating system: nt > Command line: C:\_gpg\_sqlmap\sqlmap.py -u > ****************************************** --dbms MySQL --dbs > --fingerprint --leve > l=5 --risk=3 --headers=User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; > rv:25.0) Gecko/20100101 Firefox/25.0 --threads=7 --t > echnique=BEQ --time-sec=30 --retries=25 --keep-alive --union-col=1-60 > --union-char=123 --text-only --skip User-Agent --smart > --crawl=2 --batch > Technique: None > Back-end DBMS: MySQL (identified) > Traceback (most recent call last): > File "C:\_gpg\_sqlmap\sqlmap.py", line 99, in main > start() > File "C:\_gpg\_sqlmap\lib\controller\controller.py", line 366, in start > if not checkConnection(suppressOutput=conf.forms) or not checkString() > or not checkRegexp(): > File "C:\_gpg\_sqlmap\lib\controller\checks.py", line 1213, in > checkConnection > page, _ = Request.queryPage(content=True, noteResponseTime=False) > File "C:\_gpg\_sqlmap\lib\request\connect.py", line 891, in queryPage > page, headers, code = Connect.getPage(url=uri, get=get, post=post, > cookie=cookie, ua=ua, referer=referer, host=host, sile > nt=silent, method=method, auxHeaders=auxHeaders, response=response, > raise404=raise404, ignoreTimeout=timeBasedCompare) > File "C:\_gpg\_sqlmap\lib\request\connect.py", line 385, in getPage > conn = urllib2.urlopen(req) > File "C:\Python27\lib\urllib2.py", line 127, in urlopen > return _opener.open(url, data, timeout) > File "C:\Python27\lib\urllib2.py", line 404, in open > response = self._open(req, data) > File "C:\Python27\lib\urllib2.py", line 422, in _open > '_open', req) > File "C:\Python27\lib\urllib2.py", line 382, in _call_chain > result = func(*args) > File "C:\_gpg\_sqlmap\thirdparty\keepalive\keepalive.py", line 210, in > http_open > return self.do_open(HTTPConnection, req) > File "C:\_gpg\_sqlmap\thirdparty\keepalive\keepalive.py", line 207, in > do_open > return self.parent.error('http', req, r, r.status, r.reason, r.msg) > File "C:\Python27\lib\urllib2.py", line 442, in error > result = self._call_chain(*args) > File "C:\Python27\lib\urllib2.py", line 382, in _call_chain > result = func(*args) > File "C:\_gpg\_sqlmap\lib\request\redirecthandler.py", line 121, in > http_error_302 > result = urllib2.HTTPRedirectHandler.http_error_302(self, req, fp, > code, msg, headers) > File "C:\Python27\lib\urllib2.py", line 629, in http_error_302 > return self.parent.open(new, timeout=req.timeout) > File "C:\Python27\lib\urllib2.py", line 404, in open > response = self._open(req, data) > File "C:\Python27\lib\urllib2.py", line 422, in _open > '_open', req) > File "C:\Python27\lib\urllib2.py", line 382, in _call_chain > result = func(*args) > File "C:\_gpg\_sqlmap\thirdparty\keepalive\keepalive.py", line 210, in > http_open > return self.do_open(HTTPConnection, req) > File "C:\_gpg\_sqlmap\thirdparty\keepalive\keepalive.py", line 207, in > do_open > return self.parent.error('http', req, r, r.status, r.reason, r.msg) > File "C:\Python27\lib\urllib2.py", line 442, in error > result = self._call_chain(*args) > File "C:\Python27\lib\urllib2.py", line 382, in _call_chain > result = func(*args) > File "C:\_gpg\_sqlmap\lib\request\redirecthandler.py", line 92, in > http_error_302 > redirectMsg += "[#%d] (%d %s):\n" % (threadData.lastRequestUID, code, > getUnicode(msg)) > File "C:\_gpg\_sqlmap\lib\core\common.py", line 1997, in getUnicode > return unicode(value) # encoding ignored for non-basestring instances > UnicodeDecodeError: 'ascii' codec can't decode byte 0xbf in position 20: > ordinal not in range(128) > > > > ------------------------------------------------------------------------------ > Is your legacy SCM system holding you back? Join Perforce May 7 to find > out: > • 3 signs your SCM is hindering your productivity > • Requirements for releasing software faster > • Expert tips and advice for migrating your SCM now > http://p.sf.net/sfu/perforce > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > -- Miroslav Stampar http://about.me/stamparm |
From: Bernardo D. A. G. <ber...@gm...> - 2009-02-25 20:11:49
|
Hi, On Mon, Feb 23, 2009 at 00:48, RoMeO <rom...@gm...> wrote: > ... > File "/usr/share/sqlmap/plugins/generic/enumeration.py", line 1043, in dumpAll > self.cachedTables = self.getTables() > File "/usr/share/sqlmap/plugins/dbms/mssqlserver.py", line 279, in getTables > for index in range(int(count)): > ValueError: invalid literal for int(): Exception handled and commited on svn repository. Thanks for reporting. Cheers, -- Bernardo Damele A. G. E-mail / Jabber: bernardo.damele (at) gmail.com Mobiles: +447788962949 (UK), +393493821385 (IT) PGP Key ID: 0x05F5A30F |