Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Unhandled exception (#d45f31dd) #1105

@sqlmapreporter

Description

@sqlmapreporter
sqlmap version: 1.0-dev-nongit-20141210
Python version: 2.7
Operating system: nt
Command line: sqlmap.py -u ********************************************** --data email=sample%40email.tst&mno=1&pno=1&qqno=1&siteintro=http://www.acunetix.com&sitename=caablhns&uname=caablhns&url=if(now()%3dsysdate()%2csleep(0)%2c0)/*'XOR(if(now()%3dsysdate()%2csleep(0)%2c0))OR'%22XOR(if(now()%3dsysdate()%2csleep(0)%2c0))OR%22*/ -v 1 --dump -C *************************** -T ************ -D ********** --thread 10
Technique: ERROR
Back-end DBMS: MySQL (fingerprinted)
Traceback (most recent call last):
  File "sqlmap.py", line 100, in main
    start()
  File "lib/controller/controller.py", line 596, in start
    action()
  File "lib/controller/action.py", line 127, in action
    conf.dbmsHandler.dumpTable()
  File "plugins/generic/entries.py", line 182, in dumpTable
    entries = inject.getValue(query, blind=False, time=False, dump=True)
  File "lib/request/inject.py", line 404, in getValue
    value = errorUse(forgeCaseExpression if expected == EXPECTED.BOOL else query, dump)
  File "lib/techniques/error/use.py", line 391, in errorUse
    threadData.shared.value.extend(_[1] for _ in sorted(threadData.shared.buffered))
  File "lib/core/bigarray.py", line 51, in extend
    self.append(_)
  File "lib/core/bigarray.py", line 44, in append
    filename = self._dump(self.chunks[-1])
  File "lib/core/bigarray.py", line 68, in _dump
    handle, filename = tempfile.mkstemp(prefix="sqlmapba-")
  File "Python27/lib/tempfile.py", line 293, in mkstemp
    return _mkstemp_inner(dir, prefix, suffix, flags)
  File "Python27/lib/tempfile.py", line 228, in _mkstemp_inner
    fd = _os.open(file, flags, 0600)
OSError: [Errno 2] No such file or directory: 'c:\\docume~1\\****\\locals~1\\temp\\5\\sqlmapba-7_dsml'

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions