Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unhandled exception (#6e12d44e) #2921

Closed
sqlmapreporter opened this issue Feb 9, 2018 · 1 comment
Closed

Unhandled exception (#6e12d44e) #2921

sqlmapreporter opened this issue Feb 9, 2018 · 1 comment

Comments

@sqlmapreporter
Copy link

sqlmap version: 1.1.12.7#dev
Python version: 2.7.10
Operating system: nt
Command line: sqlmap.py -u ************************************************ --random-agent --ignore-proxy -T *********** --columns
Technique: BOOLEAN
Back-end DBMS: Microsoft Access (fingerprinted)
Traceback (most recent call last):
  File "sqlmap.py", line 157, in main
    start()
  File "lib/controller/controller.py", line 649, in start
    action()
  File "lib/controller/action.py", line 112, in action
    conf.dumper.dbTableColumns(conf.dbmsHandler.getColumns(), CONTENT_TYPE.COLUMNS)
  File "plugins/generic/databases.py", line 496, in getColumns
    return columnExists(paths.COMMON_COLUMNS)
  File "lib/utils/brute.py", line 252, in columnExists
    runThreads(conf.threads, columnExistsThread, threadChoice=True)
  File "lib/core/threads.py", line 167, in runThreads
    print
  File "thirdparty/colorama/ansitowin32.py", line 40, in write
    self.__convertor.write(text)
  File "thirdparty/colorama/ansitowin32.py", line 141, in write
    self.write_and_convert(text)
  File "thirdparty/colorama/ansitowin32.py", line 169, in write_and_convert
    self.write_plain_text(text, cursor, len(text))
  File "thirdparty/colorama/ansitowin32.py", line 174, in write_plain_text
    self.wrapped.write(text[start:end])
IOError: [Errno 0] Error
@stamparm
Copy link
Member

stamparm commented Feb 9, 2018

Duplicate of #2790 (fixed)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants