This occurred when resuming a session I was working on last night.
After rerunning the same command without --eta it continued successfully.
./sqlmap.py -u http://www.[REMOVED].com/[REMOVED]/page.php?value=1 -s
youlosethegame --dump-all --eta
Linux odin 2.6.28-13-generic #44-Ubuntu SMP Tue Jun 2 07:57:31 UTC 2009 i686
GNU/Linux
sqlmap version: 0.7rc3
Python version: 2.6.2
Operating system: linux2
Traceback (most recent call last):
File "./sqlmap.py", line 84, in main
start()
File "/home/sbit/Workspace/sqlmap/lib/controller/controller.py", line 263,
in start
action()
File "/home/sbit/Workspace/sqlmap/lib/controller/action.py", line 120, in
action
conf.dbmsHandler.dumpAll()
File "/home/sbit/Workspace/sqlmap/plugins/generic/enumeration.py", line
1091, in dumpAll
data = self.dumpTable()
File "/home/sbit/Workspace/sqlmap/plugins/generic/enumeration.py", line
1031, in dumpTable
value = inject.getValue(query, inband=False)
File "/home/sbit/Workspace/sqlmap/lib/request/inject.py", line 378, in
getValue
value = __goInferenceProxy(expression, fromUser, expected, batch,
resumeValue, unpack, charsetType)
File "/home/sbit/Workspace/sqlmap/lib/request/inject.py", line 308, in
__goInferenceProxy
outputs = __goInferenceFields(expression, expressionFields,
expressionFieldsList, payload, expected, resumeValue=resumeValue,
charsetType=charsetType)
File "/home/sbit/Workspace/sqlmap/lib/request/inject.py", line 99, in
__goInferenceFields
output = __goInference(payload, expressionReplaced, charsetType)
File "/home/sbit/Workspace/sqlmap/lib/request/inject.py", line 58, in
__goInference
count, value = bisection(payload, expression, length, charsetType)
File "/home/sbit/Workspace/sqlmap/lib/techniques/blind/inference.py", line
81, in bisection
progress = ProgressBar(maxValue=length)
File "/home/sbit/Workspace/sqlmap/lib/core/progress.py", line 39, in
__init__
self.__max = int(maxValue)
ValueError: invalid literal for int() with base 10: ''
|