Thread: [sqlmap-users] bug report (Page 2)
Brought to you by:
inquisb
From: machak m. <mma...@gm...> - 2011-07-25 10:33:51
|
[12:27:44] [CRITICAL] unhandled exception in sqlmap/1.0-dev (r4289), retry your run with the latest development version from the Subversion repository. If the exception persi sts, 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 th e bug, fix it accordingly and get back to you. sqlmap version: 1.0-dev (r4289) Python version: 2.7.1 Operating system: nt Command line: C:\Users\Giga\Desktop\sqlmap1\sqlmap.py -u ********************************************* -o --random-agent --level 4 Technique: UNION Back-end DBMS: MySQL (fingerprinted) Traceback (most recent call last): File "C:\Users\Giga\Desktop\sqlmap1\sqlmap.py", line 86, in main start() File "C:\Users\Giga\Desktop\sqlmap1\lib\controller\controller.py", line 453, in start injection = checkSqlInjection(place, parameter, value) File "C:\Users\Giga\Desktop\sqlmap1\lib\controller\checks.py", line 408, in checkSqlInjection reqPayload, vector = unionTest(comment, place, parameter, value, prefix, suffix) File "C:\Users\Giga\Desktop\sqlmap1\lib\techniques\union\test.py", line 235, in unionTest validPayload, vector = __unionTestByCharBruteforce(comment, place, parameter, value, prefix, suffix) File "C:\Users\Giga\Desktop\sqlmap1\lib\techniques\union\test.py", line 214, in __unionTestByCharBruteforce validPayload, vector = __unionConfirm(comment, place, parameter, value, prefix, suffix, count) File "C:\Users\Giga\Desktop\sqlmap1\lib\techniques\union\test.py", line 177, in __unionConfirm validPayload, vector = __unionPosition(comment, place, parameter, value, prefix, suffix, count) File "C:\Users\Giga\Desktop\sqlmap1\lib\techniques\union\test.py", line 124, in __unionPosition randQueryProcessed = agent.concatQuery("\'%s\'" % randQuery) File "C:\Users\Giga\Desktop\sqlmap1\lib\core\agent.py", line 447, in concatQuery castedFields = self.nullCastConcatFields(fieldsToCastStr) File "C:\Users\Giga\Desktop\sqlmap1\lib\core\agent.py", line 340, in nullCastConcatFields nulledCastedFields.append(self.nullAndCastField(field)) File "C:\Users\Giga\Desktop\sqlmap1\lib\core\agent.py", line 294, in nullAndCastField nulledCastedField = queries[Backend.getIdentifiedDbms()].isnull.query % nulledCastedField TypeError: not enough arguments for format string [*] shutting down at 12:27:44 |
From: m4l1c3 <mal...@gm...> - 2011-11-13 17:53:27
|
hi again sqlmap version: 1.0-dev (r4503) Python version: 2.6.5 Operating system: posix Command line: ./sqlmap.py -u **************************************************************************************************************************************************************** --batch --dbs --technique=BU --random-agent --threads 10 --crawl 3 --level 2 --risk 2 --smart Technique: None Back-end DBMS: None (identified) Traceback (most recent call last): File "/pentest/database/sqlmap/_sqlmap.py", line 86, in main start() File "/pentest/database/sqlmap/lib/controller/controller.py", line 508, in start percent = (100.0 * len(getFilteredPageContent(kb.originalPage)) / len(kb.originalPage)) File "/pentest/database/sqlmap/lib/core/common.py", line 1589, in getFilteredPageContent retVal = re.sub(r"(?s)<script.+?</script>|<!--.+?-->|<style.+?</style>%s" % (r"|<[^>]+>|\t|\n|\r" if onlyText else ""), " ", page, flags=re.I) TypeError: sub() got an unexpected keyword argument 'flags' |
From: m4l1c3 <mal...@gm...> - 2011-11-13 19:04:57
|
New commit works perfectly, thanks. On Sun, Nov 13, 2011 at 12:53 PM, m4l1c3 <mal...@gm...> wrote: > hi again > > sqlmap version: 1.0-dev (r4503) > Python version: 2.6.5 > Operating system: posix > Command line: ./sqlmap.py -u > **************************************************************************************************************************************************************** > --batch --dbs --technique=BU --random-agent --threads 10 --crawl 3 --level > 2 --risk 2 --smart > Technique: None > Back-end DBMS: None (identified) > Traceback (most recent call last): > File "/pentest/database/sqlmap/_sqlmap.py", line 86, in main > start() > File "/pentest/database/sqlmap/lib/controller/controller.py", line 508, > in start > percent = (100.0 * len(getFilteredPageContent(kb.originalPage)) / > len(kb.originalPage)) > File "/pentest/database/sqlmap/lib/core/common.py", line 1589, in > getFilteredPageContent > retVal = > re.sub(r"(?s)<script.+?</script>|<!--.+?-->|<style.+?</style>%s" % > (r"|<[^>]+>|\t|\n|\r" if onlyText else ""), " ", page, flags=re.I) > TypeError: sub() got an unexpected keyword argument 'flags' > > |
From: m4l1c3 <mal...@gm...> - 2011-11-13 18:17:39
|
sqlmap version: 1.0-dev (r4503) Python version: 2.6.5 Operating system: posix Command line: ./sqlmap.py -u **************************************** --batch --dbs --technique=BU --random-agent --threads 10 --forms --level 2 --risk 2 --smart Technique: None Back-end DBMS: None (identified) Traceback (most recent call last): File "/pentest/database/sqlmap/_sqlmap.py", line 86, in main start() File "/pentest/database/sqlmap/lib/controller/controller.py", line 508, in start percent = (100.0 * len(getFilteredPageContent(kb.originalPage)) / len(kb.originalPage)) File "/pentest/database/sqlmap/lib/core/common.py", line 1589, in getFilteredPageContent retVal = re.sub(r"(?s)<script.+?</script>|<!--.+?-->|<style.+?</style>%s" % (r"|<[^>]+>|\t|\n|\r" if onlyText else ""), " ", page, flags=re.I) TypeError: sub() got an unexpected keyword argument 'flags' |
From: m4l1c3 <mal...@gm...> - 2011-11-22 02:04:07
|
sqlmap version: 1.0-dev (r4525) Python version: 2.6.5 Operating system: posix Command line: ./sqlmap.py -u *********************** Technique: None Back-end DBMS: None (identified) Traceback (most recent call last): File "/pentest/database/sqlmap/_sqlmap.py", line 86, in main start() File "/pentest/database/sqlmap/lib/controller/controller.py", line 328, in start if not checkConnection(suppressOutput=conf.forms) or not checkString() or not checkRegexp(): File "/pentest/database/sqlmap/lib/controller/checks.py", line 950, in checkConnection page, _ = Request.queryPage(content=True, noteResponseTime=False) File "/pentest/database/sqlmap/lib/request/connect.py", line 697, in queryPage page, headers, code = Connect.getPage(url=uri, get=get, post=post, cookie=cookie, ua=ua, referer=referer, silent=silent, method=method, auxHeaders=auxHeaders, response=response, raise404=raise404, ignoreTimeout=timeBasedCompare) File "/pentest/database/sqlmap/lib/request/connect.py", line 358, in getPage return Connect.__getPageProxy(**kwargs) File "/pentest/database/sqlmap/lib/request/connect.py", line 77, in __getPageProxy return Connect.getPage(**kwargs) File "/pentest/database/sqlmap/lib/request/connect.py", line 169, in getPage url = asciifyUrl(url) File "/pentest/database/sqlmap/lib/core/common.py", line 3036, in asciifyUrl hostname = parts.hostname.encode('idna') File "/usr/lib/python2.6/encodings/idna.py", line 164, in encode result.append(ToASCII(label)) File "/usr/lib/python2.6/encodings/idna.py", line 73, in ToASCII raise UnicodeError("label empty or too long") UnicodeError: label empty or too long |
From: m4l1c3 <mal...@gm...> - 2011-11-22 03:44:57
|
[INFO]s have been removed. sqlmap version: 1.0-dev (r4525) Python version: 2.6.5 Operating system: posix Command line: ./sqlmap.py -u ************************************ --dbs --technique=U --level 3 --risk 3 --batch --smart --crawl 3 --threads 3 --forms --random-agent Technique: None Back-end DBMS: None (identified) Traceback (most recent call last): File "/pentest/database/sqlmap/lib/core/threads.py", line 109, in runThreads threadFunction() File "/pentest/database/sqlmap/lib/utils/crawler.py", line 97, in crawlThread findPageForms(content, current, False, True) File "/pentest/database/sqlmap/lib/core/common.py", line 3115, in findPageForms data = urldecode(data, kb.pageEncoding) if data and urlencode(DEFAULT_GET_POST_DELIMITER, None) not in data else data TypeError: argument of type 'instance' is not iterable After this, the scan progresses normally with occasional errors like: [ERROR] thread 2: argument of type 'instance' is not iterable [ERROR] thread 0: argument of type 'instance' is not iterable [ERROR] thread 1: argument of type 'instance' is not iterable With no --threads parameter, sqlmap dumps the entire aforementioned error, less the thread n lines. |
From: Miroslav S. <mir...@gm...> - 2011-11-22 06:58:35
|
Hi m4l1c3. Thank you for your report. This last bug is fixed. About the first one. Could you please send the URL used? Thing is that it seems to be incompatible with standard IDNA encoding and that's kind of strange. Kind regards, Miroslav Stampar On Tue, Nov 22, 2011 at 4:44 AM, m4l1c3 <mal...@gm...> wrote: > [INFO]s have been removed. > > sqlmap version: 1.0-dev (r4525) > Python version: 2.6.5 > Operating system: posix > Command line: ./sqlmap.py -u ************************************ --dbs > --technique=U --level 3 --risk 3 --batch --smart --crawl 3 --threads 3 > --forms --random-agent > Technique: None > Back-end DBMS: None (identified) > Traceback (most recent call last): > File "/pentest/database/sqlmap/lib/core/threads.py", line 109, in > runThreads > threadFunction() > File "/pentest/database/sqlmap/lib/utils/crawler.py", line 97, in > crawlThread > findPageForms(content, current, False, True) > File "/pentest/database/sqlmap/lib/core/common.py", line 3115, in > findPageForms > data = urldecode(data, kb.pageEncoding) if data and > urlencode(DEFAULT_GET_POST_DELIMITER, None) not in data else data > TypeError: argument of type 'instance' is not iterable > > After this, the scan progresses normally with occasional errors like: > > [ERROR] thread 2: argument of type 'instance' is not iterable > > [ERROR] thread 0: argument of type 'instance' is not iterable > > [ERROR] thread 1: argument of type 'instance' is not iterable > > With no --threads parameter, sqlmap dumps the entire aforementioned error, > less the thread n lines. > > > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure > contains a definitive record of customers, 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-novd2d > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > > -- Miroslav Stampar http://about.me/stamparm |
From: m4l1c3 <mal...@gm...> - 2011-11-23 01:36:42
|
sqlmap version: 1.0-dev (r4541) Python version: 2.6.5 Operating system: posix Command line: ./sqlmap.py -u ************************** --batch --dbs --forms --crawl 3 --smart --technique=U Technique: None Back-end DBMS: None (identified) Traceback (most recent call last): File "/pentest/database/sqlmap/_sqlmap.py", line 77, in main init(cmdLineOptions) File "/pentest/database/sqlmap/lib/core/option.py", line 1875, in init __setCrawler() File "/pentest/database/sqlmap/lib/core/option.py", line 429, in __setCrawler crawler.getTargetUrls() File "/pentest/database/sqlmap/lib/utils/crawler.py", line 118, in getTargetUrls runThreads(numThreads, crawlThread) File "/pentest/database/sqlmap/lib/core/threads.py", line 184, in runThreads conf.hashDB.flush(True) AttributeError: 'NoneType' object has no attribute 'flush' |
From: Miroslav S. <mir...@gm...> - 2011-11-23 02:53:00
|
Hi m4l1c3. Thank you for your report and find it fixed and committed in the last revision (r4542). Kind regards On Wed, Nov 23, 2011 at 2:36 AM, m4l1c3 <mal...@gm...> wrote: > sqlmap version: 1.0-dev (r4541) > Python version: 2.6.5 > Operating system: posix > Command line: ./sqlmap.py -u ************************** --batch --dbs > --forms --crawl 3 --smart --technique=U > Technique: None > Back-end DBMS: None (identified) > Traceback (most recent call last): > File "/pentest/database/sqlmap/_sqlmap.py", line 77, in main > init(cmdLineOptions) > File "/pentest/database/sqlmap/lib/core/option.py", line 1875, in init > __setCrawler() > File "/pentest/database/sqlmap/lib/core/option.py", line 429, in > __setCrawler > crawler.getTargetUrls() > File "/pentest/database/sqlmap/lib/utils/crawler.py", line 118, in > getTargetUrls > runThreads(numThreads, crawlThread) > File "/pentest/database/sqlmap/lib/core/threads.py", line 184, in > runThreads > conf.hashDB.flush(True) > AttributeError: 'NoneType' object has no attribute 'flush' > > > > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure > contains a definitive record of customers, 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-novd2d > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > > -- Miroslav Stampar http://about.me/stamparm |
From: m4l1c3 <mal...@gm...> - 2011-11-23 04:37:23
|
sqlmap version: 1.0-dev (r4542) Python version: 2.6.5 Operating system: posix Command line: ./sqlmap.py -u *************************************** --batch --privileges --forms --technique=U -pXXXXXX --dump -T ****** -D **************** Technique: UNION Back-end DBMS: MySQL (fingerprinted) Traceback (most recent call last): File "/pentest/database/sqlmap/_sqlmap.py", line 86, in main start() File "/pentest/database/sqlmap/lib/controller/controller.py", line 580, in start action() File "/pentest/database/sqlmap/lib/controller/action.py", line 109, in action conf.dbmsHandler.dumpTable() File "/pentest/database/sqlmap/plugins/generic/enumeration.py", line 1774, in dumpTable attackDumpedTable() File "/pentest/database/sqlmap/lib/utils/hash.py", line 366, in attackDumpedTable results = dictionaryAttack(attack_dict) File "/pentest/database/sqlmap/lib/utils/hash.py", line 721, in dictionaryAttack conf.hashDB.write(hash_, word) File "/pentest/database/sqlmap/lib/utils/hashdb.py", line 79, in write self.flush() File "/pentest/database/sqlmap/lib/utils/hashdb.py", line 94, in flush self.beginTransaction() File "/pentest/database/sqlmap/lib/utils/hashdb.py", line 111, in beginTransaction self.cursor.execute('BEGIN TRANSACTION') OperationalError: cannot start a transaction within a transaction This error seemed to occur after the cracking press had successfully completed. |
From: Miroslav S. <mir...@gm...> - 2011-11-23 08:05:20
|
Hi. It should be fixed in r4543. Kind regards On Wed, Nov 23, 2011 at 5:37 AM, m4l1c3 <mal...@gm...> wrote: > sqlmap version: 1.0-dev (r4542) > Python version: 2.6.5 > Operating system: posix > Command line: ./sqlmap.py -u *************************************** > --batch --privileges --forms --technique=U -pXXXXXX --dump -T ****** -D > **************** > Technique: UNION > Back-end DBMS: MySQL (fingerprinted) > Traceback (most recent call last): > File "/pentest/database/sqlmap/_sqlmap.py", line 86, in main > start() > File "/pentest/database/sqlmap/lib/controller/controller.py", line 580, > in start > action() > File "/pentest/database/sqlmap/lib/controller/action.py", line 109, in > action > conf.dbmsHandler.dumpTable() > File "/pentest/database/sqlmap/plugins/generic/enumeration.py", line > 1774, in dumpTable > attackDumpedTable() > File "/pentest/database/sqlmap/lib/utils/hash.py", line 366, in > attackDumpedTable > results = dictionaryAttack(attack_dict) > File "/pentest/database/sqlmap/lib/utils/hash.py", line 721, in > dictionaryAttack > conf.hashDB.write(hash_, word) > File "/pentest/database/sqlmap/lib/utils/hashdb.py", line 79, in write > self.flush() > File "/pentest/database/sqlmap/lib/utils/hashdb.py", line 94, in flush > self.beginTransaction() > File "/pentest/database/sqlmap/lib/utils/hashdb.py", line 111, in > beginTransaction > self.cursor.execute('BEGIN TRANSACTION') > OperationalError: cannot start a transaction within a transaction > > This error seemed to occur after the cracking press had successfully > completed. > > > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure > contains a definitive record of customers, 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-novd2d > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > > -- Miroslav Stampar http://about.me/stamparm |
From: m4l1c3 <mal...@gm...> - 2011-12-05 01:49:55
|
sqlmap version: 1.0-dev (r4574) Python version: 2.6.5 Operating system: posix Command line: ./sqlmap.py -u ************* --batch --dbs --forms --crawl 2 --technique=BU --threads 10 --level 3 --risk 2 --smart --random-agent --tor Technique: None Back-end DBMS: None (identified) Traceback (most recent call last): File "/pentest/database/sqlmap/_sqlmap.py", line 86, in main start() File "/pentest/database/sqlmap/lib/controller/controller.py", line 456, in start if not checkDynParam(place, parameter, value): File "/pentest/database/sqlmap/lib/controller/checks.py", line 665, in checkDynParam dynResult = Request.queryPage(payload, place, raise404=False) File "/pentest/database/sqlmap/lib/request/connect.py", line 711, in queryPage page, headers, code = Connect.getPage(url=uri, get=get, post=post, cookie=cookie, ua=ua, referer=referer, silent=silent, method=method, auxHeaders=auxHeaders, response=response, raise404=raise404, ignoreTimeout=timeBasedCompare) File "/pentest/database/sqlmap/lib/request/connect.py", line 373, in getPage return Connect.__getPageProxy(**kwargs) File "/pentest/database/sqlmap/lib/request/connect.py", line 80, in __getPageProxy return Connect.getPage(**kwargs) File "/pentest/database/sqlmap/lib/request/connect.py", line 302, in getPage conn = urllib2.urlopen(req) File "/usr/lib/python2.6/urllib2.py", line 126, in urlopen return _opener.open(url, data, timeout) File "/usr/lib/python2.6/urllib2.py", line 391, in open response = self._open(req, data) File "/usr/lib/python2.6/urllib2.py", line 409, in _open '_open', req) File "/usr/lib/python2.6/urllib2.py", line 369, in _call_chain result = func(*args) File "/usr/lib/python2.6/urllib2.py", line 1161, in http_open return self.do_open(httplib.HTTPConnection, req) File "/usr/lib/python2.6/urllib2.py", line 1133, in do_open h.request(req.get_method(), req.get_selector(), req.data, headers) File "/usr/lib/python2.6/httplib.py", line 910, in request self._send_request(method, url, body, headers) File "/usr/lib/python2.6/httplib.py", line 947, in _send_request self.endheaders() File "/usr/lib/python2.6/httplib.py", line 904, in endheaders self._send_output() File "/usr/lib/python2.6/httplib.py", line 776, in _send_output self.send(msg) File "/usr/lib/python2.6/httplib.py", line 735, in send self.connect() File "/usr/lib/python2.6/httplib.py", line 716, in connect self.timeout) File "/pentest/database/sqlmap/extra/socks/socks.py", line 410, in create_connection except error as _: NameError: global name 'error' is not defined |
From: m4l1c3 <mal...@gm...> - 2011-12-05 02:39:55
|
sqlmap version: 1.0-dev (r4574) Python version: 2.6.5 Operating system: posix Command line: ./sqlmap.py -u ********************* --batch --dbs --forms --crawl 3 --technique=U --threads 10 --level 3 --risk 2 --smart --random-agent --tor Technique: None Back-end DBMS: None (identified) Traceback (most recent call last): File "/pentest/database/sqlmap/lib/core/threads.py", line 123, in runThreads threadFunction() File "/pentest/database/sqlmap/lib/utils/crawler.py", line 61, in crawlThread content = Request.getPage(url=current, crawling=True, raise404=False)[0] File "/pentest/database/sqlmap/lib/request/connect.py", line 302, in getPage conn = urllib2.urlopen(req) File "/usr/lib/python2.6/urllib2.py", line 126, in urlopen return _opener.open(url, data, timeout) File "/usr/lib/python2.6/urllib2.py", line 391, in open response = self._open(req, data) File "/usr/lib/python2.6/urllib2.py", line 409, in _open '_open', req) File "/usr/lib/python2.6/urllib2.py", line 369, in _call_chain result = func(*args) File "/usr/lib/python2.6/urllib2.py", line 1161, in http_open return self.do_open(httplib.HTTPConnection, req) File "/usr/lib/python2.6/urllib2.py", line 1133, in do_open h.request(req.get_method(), req.get_selector(), req.data, headers) File "/usr/lib/python2.6/httplib.py", line 910, in request self._send_request(method, url, body, headers) File "/usr/lib/python2.6/httplib.py", line 947, in _send_request self.endheaders() File "/usr/lib/python2.6/httplib.py", line 904, in endheaders self._send_output() File "/usr/lib/python2.6/httplib.py", line 776, in _send_output self.send(msg) File "/usr/lib/python2.6/httplib.py", line 735, in send self.connect() File "/usr/lib/python2.6/httplib.py", line 716, in connect self.timeout) File "/pentest/database/sqlmap/extra/socks/socks.py", line 410, in create_connection except error as _: NameError: global name 'error' is not defined [21:37:24] [WARNING] no usable links found (with GET parameters) Thanks, everyone, for your continued efforts to develop this program. |
From: Miroslav S. <mir...@gm...> - 2011-12-05 08:17:52
|
Hi m4l1c3. Find this (both reports) fixed with latest the commit (r4575). Kind regards, Miroslav Stampar p.s. I see you are using combo --crawl --forms --smart. I'll just say nice that you've figured that by yourself as that combination is a really useful one ;) On Mon, Dec 5, 2011 at 3:39 AM, m4l1c3 <mal...@gm...> wrote: > sqlmap version: 1.0-dev (r4574) > Python version: 2.6.5 > Operating system: posix > Command line: ./sqlmap.py -u ********************* --batch --dbs --forms > --crawl 3 --technique=U --threads 10 --level 3 --risk 2 --smart > --random-agent --tor > Technique: None > Back-end DBMS: None (identified) > Traceback (most recent call last): > File "/pentest/database/sqlmap/lib/core/threads.py", line 123, in > runThreads > threadFunction() > File "/pentest/database/sqlmap/lib/utils/crawler.py", line 61, in > crawlThread > content = Request.getPage(url=current, crawling=True, > raise404=False)[0] > File "/pentest/database/sqlmap/lib/request/connect.py", line 302, in > getPage > conn = urllib2.urlopen(req) > File "/usr/lib/python2.6/urllib2.py", line 126, in urlopen > return _opener.open(url, data, timeout) > File "/usr/lib/python2.6/urllib2.py", line 391, in open > response = self._open(req, data) > File "/usr/lib/python2.6/urllib2.py", line 409, in _open > '_open', req) > File "/usr/lib/python2.6/urllib2.py", line 369, in _call_chain > result = func(*args) > File "/usr/lib/python2.6/urllib2.py", line 1161, in http_open > return self.do_open(httplib.HTTPConnection, req) > File "/usr/lib/python2.6/urllib2.py", line 1133, in do_open > h.request(req.get_method(), req.get_selector(), req.data, headers) > File "/usr/lib/python2.6/httplib.py", line 910, in request > self._send_request(method, url, body, headers) > File "/usr/lib/python2.6/httplib.py", line 947, in _send_request > self.endheaders() > File "/usr/lib/python2.6/httplib.py", line 904, in endheaders > self._send_output() > File "/usr/lib/python2.6/httplib.py", line 776, in _send_output > self.send(msg) > File "/usr/lib/python2.6/httplib.py", line 735, in send > self.connect() > File "/usr/lib/python2.6/httplib.py", line 716, in connect > self.timeout) > File "/pentest/database/sqlmap/extra/socks/socks.py", line 410, in > create_connection > except error as _: > NameError: global name 'error' is not defined > [21:37:24] [WARNING] no usable links found (with GET parameters) > > > Thanks, everyone, for your continued efforts to develop this program. > > > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure > contains a definitive record of customers, 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-novd2d > _______________________________________________ > 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...> - 2010-01-10 10:02:48
|
Try with sqlmap version from subversion repository. Bernardo On Sat, Jan 9, 2010 at 15:16, xingxing gao <it...@gm...> wrote: > sqlmap version: 0.7 > Python version: 2.6.4 > Operating system: ubuntu9.10 > Traceback (most recent call last): > File "/usr/bin/sqlmap", line 84, in main > start() > File "/usr/share/sqlmap/lib/controller/controller.py", line 263, in start > action() > File "/usr/share/sqlmap/lib/controller/action.py", line 49, in action > conf.dbmsHandler = setHandler() > File "/usr/share/sqlmap/lib/controller/handler.py", line 67, in setHandler > if dbmsHandler.checkDbms(): > File "/usr/share/sqlmap/plugins/dbms/mysql.py", line 283, in checkDbms > self.getBanner() > File "/usr/share/sqlmap/plugins/generic/enumeration.py", line 130, in > getBanner > setOs() > File "/usr/share/sqlmap/lib/core/session.py", line 191, in setOs > infoMsg += " Service Pack %d" % kb.osSP > TypeError: %d format: a number is required, not NoneType -- Bernardo Damele A. G. E-mail / Jabber: bernardo.damele (at) gmail.com Mobile: +447788962949 (UK 07788962949) PGP Key ID: 0x05F5A30F |