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 sqlmap-users@lists.sourceforge.net 
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
sqlmap-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlmap-users

Reply via email to