Came across this while playing around with tamper scripts today (haven't
made any changes to the scripts).


[12:12:47] [CRITICAL] unhandled exception in sqlmap/1.0-dev (r4739),
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 (r4739)
Python version: 2.7.2+
Operating system: posix
Command line: sqlmap.py -u
****************************************************** --level=3
--risk=3 --random-agent -D ************ -T *********** --dump --tamper
space2comment.py
Technique: TIME
Back-end DBMS: MySQL (fingerprinted)
Traceback (most recent call last):
  File "/media/truecrypt1/sqlmap-dev/_sqlmap.py", line 83, in main
    start()
  File "/media/truecrypt1/sqlmap-dev/lib/controller/controller.py", line
566, in start
    action()
  File "/media/truecrypt1/sqlmap-dev/lib/controller/action.py", line
109, in action
    conf.dbmsHandler.dumpTable()
  File "/media/truecrypt1/sqlmap-dev/plugins/generic/enumeration.py",
line 1629, in dumpTable
    entries = inject.getValue(query, blind=False, dump=True)
  File "/media/truecrypt1/sqlmap-dev/lib/request/inject.py", line 471,
in getValue
    value = __goInferenceProxy(query, fromUser, expected, batch,
resumeValue, unpack, charsetType, firstChar, lastChar, dump)
  File "/media/truecrypt1/sqlmap-dev/lib/request/inject.py", line 324,
in __goInferenceProxy
    outputs = __goInferenceFields(expression, expressionFields,
expressionFieldsList, payload, expected, resumeValue=resumeValue,
charsetType=charsetType, firstChar=firstChar, lastChar=lastChar,
dump=dump)
  File "/media/truecrypt1/sqlmap-dev/lib/request/inject.py", line 103,
in __goInferenceFields
    output = __goInference(payload, expressionReplaced, charsetType,
firstChar, lastChar, dump)
  File "/media/truecrypt1/sqlmap-dev/lib/request/inject.py", line 66, in
__goInference
    count, value = bisection(payload, expression, length, charsetType,
firstChar, lastChar, dump)
  File "/media/truecrypt1/sqlmap-dev/lib/techniques/blind/inference.py",
line 503, in bisection
    val = getChar(index, asciiTbl)
  File "/media/truecrypt1/sqlmap-dev/lib/techniques/blind/inference.py",
line 265, in getChar
    if timeBasedCompare and not validateChar(idx, retVal):
  File "/media/truecrypt1/sqlmap-dev/lib/techniques/blind/inference.py",
line 173, in validateChar
    queriesCount[0] += 1
NameError: global name 'queriesCount' is not defined


------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
sqlmap-users mailing list
sqlmap-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlmap-users

Reply via email to