Thread: [sqlmap-users] error
Brought to you by:
inquisb
From: Marek S. <mar...@gm...> - 2010-08-21 19:50:31
|
[xaka@local sqlmap-dev]$ ./sqlmap.py -u "http://www.asdss.sk/ViewFile.aspx?docid=5441" --batch --threads=10 --dump --dbs --excl-reg "Dynamic content: ([\d]+)" sqlmap/0.9-dev - automatic SQL injection and database takeover tool http://sqlmap.sourceforge.net [*] starting at: 21:46:40 [21:46:40] [INFO] using '/home/xaka/sqlmap-dev/output/www.asdss.sk/session' as session file [21:46:40] [INFO] resuming match ratio '0.9' from session file [21:46:40] [INFO] testing connection to the target url [21:46:43] [ERROR] unhandled exception in sqlmap/0.9-dev, 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.9-dev Python version: 2.6.5 Operating system: posix Traceback (most recent call last): File "./sqlmap.py", line 89, in main start() File "/home/xaka/sqlmap-dev/lib/controller/controller.py", line 159, in start if not checkConnection() or not checkString() or not checkRegexp(): File "/home/xaka/sqlmap-dev/lib/controller/checks.py", line 395, in checkConnection page, _ = Request.getPage() File "/home/xaka/sqlmap-dev/lib/request/connect.py", line 259, in getPage responseMsg += getUnicode(responseHeaders) File "/home/xaka/sqlmap-dev/lib/core/common.py", line 1404, in getUnicode return unicode(value) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 188: ordinal not in range(128) [*] shutting down at: 21:46:43 |
From: n. a. <lit...@qq...> - 2010-12-02 16:37:29
|
sqlmap version: 0.6.4 Python version: 2.6.6 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 254, in start createTargetDirs() File "/usr/share/sqlmap/lib/core/target.py", line 234, in createTargetDirs dumper.setOutputFile() File "/usr/share/sqlmap/lib/core/dump.py", line 71, in setOutputFile self.__outputFP = open(self.__outputFile, "a") IOError: [Errno 13] Permission denied: '/home/flow/.sqlmap/output/bankcomm.163.com/log' |
From: Miroslav S. <mir...@gm...> - 2010-12-02 18:09:25
|
Hi. Plz update to the latest development 0.9/dev version as you use pretty old and outdated version right now (0.6.4): svn checkout https://svn.sqlmap.org/sqlmap/trunk/sqlmap sqlmap-dev Kind regards. p.s. have you tried something like: sudo chmod 666 /home/flow/.sqlmap/output/bankcomm.163.com/log to solve your problem? On Thu, Dec 2, 2010 at 5:37 PM, new age <lit...@qq...> wrote: > sqlmap version: 0.6.4 > Python version: 2.6.6 > 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 254, in start > createTargetDirs() > File "/usr/share/sqlmap/lib/core/target.py", line 234, in createTargetDirs > dumper.setOutputFile() > File "/usr/share/sqlmap/lib/core/dump.py", line 71, in setOutputFile > self.__outputFP = open(self.__outputFile, "a") > IOError: [Errno 13] Permission denied: > '/home/flow/.sqlmap/output/bankcomm.163.com/log' > > ------------------------------------------------------------------------------ > Increase Visibility of Your 3D Game App & Earn a Chance To Win $500! > Tap into the largest installed PC base & get more eyes on your game by > optimizing for Intel(R) Graphics Technology. Get started today with the > Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs. > http://p.sf.net/sfu/intelisp-dev2dev > _______________________________________________ > 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: Johan F. R. <flo...@gm...> - 2011-02-09 08:21:49
|
it turned out ok the second time around, but I just thought i'd share it anyways. [09:18:20] [CRITICAL] unhandled exception in sqlmap/0.9-dev, 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: 0.9-dev (r3284) Python version: 2.6.1 Operating system: posix Command line: ./sqlmap.py -u ****************************************************** -f -b --current-user --current-db --users --passwords --dbs -v 1 Technique: ERROR Back-end DBMS: MySQL (fingerprinted) Traceback (most recent call last): File "./sqlmap.py", line 82, in main start() File "/Users/flote/sqlmap-dev/lib/controller/controller.py", line 414, in start action() File "/Users/flote/sqlmap-dev/lib/controller/action.py", line 77, in action conf.dbmsHandler.getPasswordHashes(), "password hash") File "/Users/flote/sqlmap-dev/plugins/generic/enumeration.py", line 238, in getPasswordHashes for user, password in value: ValueError: need more than 0 values to unpack |
From: Miroslav S. <mir...@gm...> - 2011-02-09 09:50:53
|
hi Johan thx for you report. find it fixed in the latest commit. kr On Wed, Feb 9, 2011 at 9:21 AM, Johan Flote Rosén <flo...@gm...> wrote: > it turned out ok the second time around, but I just thought i'd share it > anyways. > [09:18:20] [CRITICAL] unhandled exception in sqlmap/0.9-dev, 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: 0.9-dev (r3284) > Python version: 2.6.1 > Operating system: posix > Command line: ./sqlmap.py -u > ****************************************************** -f -b --current-user > --current-db --users --passwords --dbs -v 1 > Technique: ERROR > Back-end DBMS: MySQL (fingerprinted) > Traceback (most recent call last): > File "./sqlmap.py", line 82, in main > start() > File "/Users/flote/sqlmap-dev/lib/controller/controller.py", line 414, in > start > action() > File "/Users/flote/sqlmap-dev/lib/controller/action.py", line 77, in > action > conf.dbmsHandler.getPasswordHashes(), "password hash") > File "/Users/flote/sqlmap-dev/plugins/generic/enumeration.py", line 238, > in getPasswordHashes > for user, password in value: > ValueError: need more than 0 values to unpack > > ------------------------------------------------------------------------------ > The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: > Pinpoint memory and threading errors before they happen. > Find and fix more than 250 security defects in the development cycle. > Locate bottlenecks in serial and parallel code that limit performance. > http://p.sf.net/sfu/intel-dev2devfeb > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > > -- Miroslav Stampar E-mail: miroslav.stampar (at) gmail.com Alternate: miroslav.stampar (at) mail.ru PGP Key ID: 0xB5397B1B Location: Zagreb, Croatia |
From: Kirill M. <l0...@l0...> - 2011-06-06 23:11:24
|
[02:45:36] [CRITICAL] unhandled exception in sqlmap/1.0-dev (r4027), 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 (r4027) Python version: 2.6.5 Operating system: posix Command line: ./sqlmap.py -m target.txt --random-agent --batch Technique: None Back-end DBMS: Microsoft Access (identified) Traceback (most recent call last): File "./sqlmap.py", line 86, in main start() File "/root/sqlmap-dev/lib/controller/controller.py", line 424, in start elif not checkDynParam(place, parameter, value): File "/root/sqlmap-dev/lib/controller/checks.py", line 642, in checkDynParam dynResult = Request.queryPage(payload, place, raise404=False) File "/root/sqlmap-dev/lib/request/connect.py", line 608, in queryPage return comparison(page, getRatioValue, pageLength) File "/root/sqlmap-dev/lib/request/comparison.py", line 77, in comparison seqMatcher.a = seqMatcher.a.encode(kb.pageEncoding or DEFAULT_PAGE_ENCODING) UnicodeEncodeError: 'latin-1' codec can't encode character u'\u2019' in position 28004: ordinal not in range(256) -- Kirill Morozov KIMO2-RIPE, RHCE |
From: Miroslav S. <mir...@gm...> - 2011-06-07 05:54:59
|
hi Kirill. Thank you for your report and find it fixed in the last commit. Kr On Tue, Jun 7, 2011 at 12:47 AM, Kirill Morozov <l0...@l0...> wrote: > > [02:45:36] [CRITICAL] unhandled exception in sqlmap/1.0-dev (r4027), 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 (r4027) > Python version: 2.6.5 > Operating system: posix > Command line: ./sqlmap.py -m target.txt --random-agent --batch > Technique: None > Back-end DBMS: Microsoft Access (identified) > Traceback (most recent call last): > File "./sqlmap.py", line 86, in main > start() > File "/root/sqlmap-dev/lib/controller/controller.py", line 424, in start > elif not checkDynParam(place, parameter, value): > File "/root/sqlmap-dev/lib/controller/checks.py", line 642, in > checkDynParam > dynResult = Request.queryPage(payload, place, raise404=False) > File "/root/sqlmap-dev/lib/request/connect.py", line 608, in queryPage > return comparison(page, getRatioValue, pageLength) > File "/root/sqlmap-dev/lib/request/comparison.py", line 77, in comparison > seqMatcher.a = seqMatcher.a.encode(kb.pageEncoding or > DEFAULT_PAGE_ENCODING) > UnicodeEncodeError: 'latin-1' codec can't encode character u'\u2019' in > position 28004: ordinal not in range(256) > -- > Kirill Morozov > KIMO2-RIPE, RHCE > > > > ------------------------------------------------------------------------------ > EditLive Enterprise is the world's most technically advanced content > authoring tool. Experience the power of Track Changes, Inline Image > Editing and ensure content is compliant with Accessibility Checking. > http://p.sf.net/sfu/ephox-dev2dev > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > > -- Miroslav Stampar E-mail: miroslav.stampar (at) gmail.com PGP Key ID: 0xB5397B1B |
From: Alessio D. P. <ale...@gm...> - 2011-08-01 09:58:17
|
Hello :D I have latest svn revision of sqlmap but i have an error: [11:55:51] [INFO] the back-end DBMS is Microsoft Access web server operating system: Windows 2003 web application technology: ASP.NET, Microsoft IIS 6.0, ASP back-end DBMS: Microsoft Access [11:55:51] [INFO] fetching tables for database: Microsoft_Access_masterdb [11:55:51] [WARNING] HTTP error codes detected during testing: 999 (?) - 1 times [11:55:51] [CRITICAL] unhandled exception in sqlmap/1.0-dev (r4312), 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 (r4312) Python version: 2.7.1+ Operating system: posix Command line: ./sqlmap.py -u ************************************************************************************** --tables 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 91, in action conf.dumper.dbTables(conf.dbmsHandler.getTables()) File "/home/clshack/sqlmap-dev/plugins/generic/enumeration.py", line 810, in getTables tables = self.getTables(False) File "/home/clshack/sqlmap-dev/plugins/generic/enumeration.py", line 890, in getTables value = arrayizeValue(filter(None, value)) TypeError: 'NoneType' object is not iterable [*] shutting down at 11:55:51 -- 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: Miroslav S. <mir...@gm...> - 2011-08-01 10:11:33
|
hi Alessio. it should be fixed with the latest commit. thank you for your report. kr On Mon, Aug 1, 2011 at 11:57 AM, Alessio Dalla Piazza <ale...@gm...> wrote: > > Hello :D > I have latest svn revision of sqlmap but i have an error: > > [11:55:51] [INFO] the back-end DBMS is Microsoft Access > web server operating system: Windows 2003 > web application technology: ASP.NET, Microsoft IIS 6.0, ASP > back-end DBMS: Microsoft Access > [11:55:51] [INFO] fetching tables for database: Microsoft_Access_masterdb > [11:55:51] [WARNING] HTTP error codes detected during testing: > 999 (?) - 1 times > > [11:55:51] [CRITICAL] unhandled exception in sqlmap/1.0-dev (r4312), 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 (r4312) > Python version: 2.7.1+ > Operating system: posix > Command line: ./sqlmap.py -u > ************************************************************************************** > --tables > 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 91, in > action > conf.dumper.dbTables(conf.dbmsHandler.getTables()) > File "/home/clshack/sqlmap-dev/plugins/generic/enumeration.py", line 810, > in getTables > tables = self.getTables(False) > File "/home/clshack/sqlmap-dev/plugins/generic/enumeration.py", line 890, > in getTables > value = arrayizeValue(filter(None, value)) > TypeError: 'NoneType' object is not iterable > > [*] shutting down at 11:55:51 > > -- > 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 > > -- Miroslav Stampar (@stamparm) E-mail: miroslav.stampar (at) gmail.com PGP Key ID: 0xB5397B1B |
From: IRC B. <xox...@gm...> - 2011-12-31 10:27:56
|
hey , i got some error. : root@bt:# ./sqlmap.py --update sqlmap/1.0-dev (r4009) - automatic SQL injection and database takeover tool http://sqlmap.sourceforge.net [!] Legal Disclaimer: usage of sqlmap for attacking web servers without prior mutual consent can be considered as an illegal activity. it is the final user's responsibility to obey all applicable local, state and federal laws. authors assume no liability and are not responsible for any misuse or damage caused by this program. [*] starting at: 18:26:08 [18:26:08] [INFO] updating sqlmap to latest development version from the subversion repository [18:26:08] [CRITICAL] unhandled exception in sqlmap/1.0-dev (r4009), 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 (r4009) Python version: 2.6.5 Operating system: posix Command line: ./sqlmap.py --cleanup --update Technique: None Back-end DBMS: None (identified) Traceback (most recent call last): File "./sqlmap.py", line 78, in main init(cmdLineOptions) File "/pentest/database/sqlmap/lib/core/option.py", line 1752, in init update() File "/pentest/database/sqlmap/lib/core/update.py", line 71, in update client.update(rootDir) ClientError: Working copy '/pentest/database/sqlmap' locked [*] shutting down at: 18:26:08 how to solve it ? |
From: Duarte S. <dua...@se...> - 2011-12-31 12:40:44
Attachments:
smime.p7s
|
Hi, try the following command before executing the update $ svn cleanup Regards, Duarte Silva On Saturday 31 December 2011 18:27:49 IRC Boy wrote: > hey , i got some error. : > > > > > root@bt:# ./sqlmap.py --update > > sqlmap/1.0-dev (r4009) - automatic SQL injection and database takeover > tool > http://sqlmap.sourceforge.net > > [!] Legal Disclaimer: usage of sqlmap for attacking web servers without > prior mutual consent can be considered as an illegal activity. it is the > final user's responsibility to obey all applicable local, state and federal > laws. authors assume no liability and are not responsible for any misuse or > damage caused by this program. > > [*] starting at: 18:26:08 > > [18:26:08] [INFO] updating sqlmap to latest development version from the > subversion repository > > [18:26:08] [CRITICAL] unhandled exception in sqlmap/1.0-dev (r4009), 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 (r4009) > Python version: 2.6.5 > Operating system: posix > Command line: ./sqlmap.py --cleanup --update > Technique: None > Back-end DBMS: None (identified) > Traceback (most recent call last): > File "./sqlmap.py", line 78, in main > init(cmdLineOptions) > File "/pentest/database/sqlmap/lib/core/option.py", line 1752, in init > update() > File "/pentest/database/sqlmap/lib/core/update.py", line 71, in update > client.update(rootDir) > ClientError: Working copy '/pentest/database/sqlmap' locked > > [*] shutting down at: 18:26:08 > > > > how to solve it ? |
From: Miroslav S. <mir...@gm...> - 2010-08-22 08:47:39
|
Thank you Marek :) Found and fixed. Kind regards. On Sat, Aug 21, 2010 at 9:47 PM, Marek Sarvaš <mar...@gm...> wrote: > [xaka@local sqlmap-dev]$ ./sqlmap.py -u > "http://www.asdss.sk/ViewFile.aspx?docid=5441" --batch --threads=10 > --dump --dbs --excl-reg "Dynamic content: ([\d]+)" > > sqlmap/0.9-dev - automatic SQL injection and database takeover tool > http://sqlmap.sourceforge.net > > [*] starting at: 21:46:40 > > [21:46:40] [INFO] using > '/home/xaka/sqlmap-dev/output/www.asdss.sk/session' as session file > [21:46:40] [INFO] resuming match ratio '0.9' from session file > [21:46:40] [INFO] testing connection to the target url > > [21:46:43] [ERROR] unhandled exception in sqlmap/0.9-dev, 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.9-dev > Python version: 2.6.5 > Operating system: posix > Traceback (most recent call last): > File "./sqlmap.py", line 89, in main > start() > File "/home/xaka/sqlmap-dev/lib/controller/controller.py", line 159, > in start > if not checkConnection() or not checkString() or not checkRegexp(): > File "/home/xaka/sqlmap-dev/lib/controller/checks.py", line 395, in > checkConnection > page, _ = Request.getPage() > File "/home/xaka/sqlmap-dev/lib/request/connect.py", line 259, in getPage > responseMsg += getUnicode(responseHeaders) > File "/home/xaka/sqlmap-dev/lib/core/common.py", line 1404, in getUnicode > return unicode(value) > UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position > 188: ordinal not in range(128) > > [*] shutting down at: 21:46:43 > > > ------------------------------------------------------------------------------ > 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 > -- Miroslav Stampar E-mail / Jabber: miroslav.stampar (at) gmail.com Mobile: +385921010204 (HR 0921010204) PGP Key ID: 0xB5397B1B |