[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():
|