Skip to content

sqlmap unhandled exception in sqlmap/1.0-dev-5b2ded0 #584

Description

@Gualty

[CRITICAL] unhandled exception in sqlmap/1.0-dev-5b2ded0, retry your run with the latest development version from the GitHub repository. If the exception persists, please send by e-mail to 'sqlmap-users@lists.sourceforge.net' or open a new issue at 'https://github.com/sqlmapproject/sqlmap/issues/new' with 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-5b2ded0
Python version: 2.7.3
Operating system: posix
Command line: sqlmap.py -u ***************************************************************************************************************************************** --random-agent --level=2 --risk=1 -b --users --passwords --privileges --tor --check-tor --eta --cleanup --check-waf --identify-waf --exclude-sysdbs
Technique: BOOLEAN
Back-end DBMS: Oracle (fingerprinted)
Traceback (most recent call last):
File "sqlmap.py", line 95, in main
start()
File "/opt/backbox/sqlmap/lib/controller/controller.py", line 583, in start
action()
File "/opt/backbox/sqlmap/lib/controller/action.py", line 76, in action
conf.dumper.users(conf.dbmsHandler.getUsers())
File "/opt/backbox/sqlmap/plugins/generic/users.py", line 131, in getUsers
user = unArrayizeValue(inject.getValue(query, union=False, error=False))
File "/opt/backbox/sqlmap/lib/request/inject.py", line 395, in getValue
value = _goInferenceProxy(query, fromUser, batch, unpack, charsetType, firstChar, lastChar, dump)
File "/opt/backbox/sqlmap/lib/request/inject.py", line 278, in _goInferenceProxy
outputs = _goInferenceFields(expression, expressionFields, expressionFieldsList, payload, charsetType=charsetType, firstChar=firstChar, lastChar=lastChar, dump=dump)
File "/opt/backbox/sqlmap/lib/request/inject.py", line 126, in _goInferenceFields
output = _goInference(payload, expressionReplaced, charsetType, firstChar, lastChar, dump, field)
File "/opt/backbox/sqlmap/lib/request/inject.py", line 98, in _goInference
count, value = bisection(payload, expression, length, charsetType, firstChar, lastChar, dump)
File "/opt/backbox/sqlmap/lib/techniques/blind/inference.py", line 146, in bisection
progress = ProgressBar(maxValue=length)
File "/opt/backbox/sqlmap/lib/utils/progress.py", line 27, in init
self.update()
File "/opt/backbox/sqlmap/lib/utils/progress.py", line 50, in update
percentDone = (diffFromMin / float(self._span)) * 100.0
ZeroDivisionError: float division by zero

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions